Hi, Is there some kind of limit on the number of servlets running or the number of connections made by those servlets to MySQL? I compiled and tested 5 servlets each of which uses a connection pool of inital size 5. They all worked fine. When I added the sixth one, the response was very slow and the request eventually timed out. Now, none of the servlets load. This happend recently and I had to restart tomcat. But I can't keep doing that. MySQL has max_connections set to 100, so I dont think thats the problem. Can anyone help? I'm using Tomcat 3.23 on Apache.(Linux)
Thanks Luanne __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
