Page 1 of 1

Increase database connections

Posted: Wed Apr 17, 2013 4:39 am
by ncariaga
Hi. I installed Logicaldoc CE and connected it to a MySQL Database. I observed that the number of database connections created by Logicaldoc is limited to 7. Is there a way to increase the number of DB Connections LogicalDoc creates?

The reason I ask is that I'ved observed a slow performance in LogicalDoc specially when retrieving the list of accounts or when opening the security tab. I would appreciate for any advise regarding this. Thanks!

Re: Increase database connections

Posted: Tue Apr 30, 2013 1:22 pm
by mmeschieri
The number of connections in the pool is defined into WEB-INF/classes/context.xml

the property is: <property name="initialSize" value="3" />

Re: Increase database connections

Posted: Fri May 17, 2013 4:34 am
by ncariaga
Hi... thank you for the reply. I am thinking of increasing the said value. Is there a recommended initial pool size for logicaldoc? Thank you.
mmeschieri wrote:The number of connections in the pool is defined into WEB-INF/classes/context.xml

the property is: <property name="initialSize" value="3" />

Re: Increase database connections

Posted: Sat May 25, 2013 12:56 pm
by sadhana
Hai i am new to this forum.