Re: Thread starvation with JDBCStore

2012-11-15 Thread ken dombeck
here. https://github.com/kdombeck/tomcat70/tree/datasource-session-store From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, November 6, 2012 4:22 PM Subject: Re: Thread starvation with JDBCStore 2012

Re: Thread starvation with JDBCStore

2012-11-06 Thread Konstantin Kolinko
2012/11/5 ken dombeck ken_domb...@yahoo.com: Occasionally when a user signs into our web site it is taking a very long time to create a session (10 to 100+ seconds). We traced the issue do to the fact that the background process (ContainerBackgroundProcessor) calls

Re: Thread starvation with JDBCStore

2012-11-06 Thread ken dombeck
: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, November 6, 2012 11:24 AM Subject: Re: Thread starvation with JDBCStore 2012/11/5 ken dombeck ken_domb...@yahoo.com: Occasionally when a user signs into our web site it is taking a very long

Re: Thread starvation with JDBCStore

2012-11-06 Thread Konstantin Kolinko
2012/11/7 ken dombeck ken_domb...@yahoo.com: #1 I can definetly create a new store (JDBCRealm, DataSourceRealm), I am just not sure of Apache wanting to support multiple implementations. It is not a big deal. If the new implementation is better we can deprecate the old one and remove it from