Details
-
Task
-
Resolution: Invalid
-
Minor
-
None
-
1.0 RC1
-
None
-
connection pool
-
Low
-
N/A
-
N/A
-
Description
Hibernate config contains the following lines:
<property name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property> <property name="connection.pool_size">2</property> <property name="statement_cache.size">2</property>
If this is indeed what controls connection pooling, it might make sense to increase pool size, so that in typical deployments nobody waits for connection.