BoneCP有一个非常有趣的特征清单。 对Javadoc的审视显示,有许多可变参数。 但是,关于这些参数的实际效果或如何混淆BoneCP的文件似乎很少。
例如,我发现bonecp-config.xml
或maxIdletime
, 或者,在我为其他东西而玩弄的论坛上有些地方。
在我看不到的地方是否有系统的文件?
BoneCP有一个非常有趣的特征清单。 对Javadoc的审视显示,有许多可变参数。 但是,关于这些参数的实际效果或如何混淆BoneCP的文件似乎很少。
例如,我发现bonecp-config.xml
或maxIdletime
, 或者,在我为其他东西而玩弄的论坛上有些地方。
在我看不到的地方是否有系统的文件?
Docs are a little weak right now, but really apart from the config there s little to look into. Have a look here: http://jolbox.com/bonecp/downloads/site/apidocs/index.html?com/jolbox/bonecp/BoneCPConfig.html
Bone CPC有一个非常有趣的特征清单。 对Javadoc的审视显示,有许多可变参数。 但是,关于这些参数的实际作用或如何达到......的文件似乎很少。
Does BoneCP have any mechanism (i.e. configuration) that will allow an automatic reconnect to a MySQL database if the database has been taken offline and restarted
I am using a connection pool and the Spring TransactionTemplate. If you want to shutdown the connection pool first all connection have to be returned to the pool, this means connection.close() has to ...
I have just started using BoneCP and this is my first time using a connection pool. I m somewhat confused as to how I am supposed to use it. Currently I am saving the BoneCP-object as a static ...
I m using BoneCP connection pooling mechanism and I want to manage my transactions using support of the Spring framework. I found an example about Spring Transaction Management and I tried to apply ...
Which JDBC connection pool library should I use for a new application project (not web application)? Apache DBCP has enough unresolved issues which are pushed until 2.0 I think. C3P0 development ...
Does BoneCP (or any other pool) close connection s statements when connection is returned to pool? As I understand, it does not call actual connection s close method, so there is no automatic ...
There are a dozen SLF4 jars within the project and I can t tell which I need to run BoneCP. Is it just slf4j-simple-xxx.jar, etc.