Patrick Plaatje wrote:
Thanks for the swift replies, i have two dump, appr a few seconds apart uploaded to:

http://www.ipros.nl/uploads/catalina_stripped_1.out
http://www.ipros.nl/uploads/catalina_stripped_2.out

Many threads appear to be waiting on the same instance of org.apache.tomcat.dbcp.pool.impl.GenericObjectPool in org.apache.tomcat.dbcp.dbcp.PoolingDataSource.getConnection, while I can see only 4 threads actually doing database work.

Is it possible that you have configured too few database connections? (If the current limit is 4, try 20.)

A second point of contention looks like

    at neo.util.Mutex.aquire(Mutex.java:77)
at neo.xredsys.presentation.ArticlePresentationManager.getArticle(ArticlePresentationManager.java:200) at neo.xredsys.presentation.ArticlePresentationManager.getArticle(ArticlePresentationManager.java:169) at neo.xredsys.presentation.ArticlePresentationManager.getArticle(ArticlePresentationManager.java:149)

But this may be a property of the software you use and harder to change.

Regards,

Oliver Schoett



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to