On 02/02/2011 15:22, laredotornado wrote: > > Hi, > > We're using Tomcat 6.0.24. We would like Tomcat to kill stuck threads after > a certain period of time, but Tomcat doesn't appear to be doing this. > Specifically, when the database doesn't return results, the connections just > build up. Here are our settings in workers.properties
They won't help with this problem. You need to set timeouts on your database connections. Better still, fix whatever is causing those database queries to take so long. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org