Hi folk
 
I'm using Tomcat 4.1.27.
 
My web application ,at one point of time does some 2000 database inserts.
 
I have no plm when the no of insert operations to the DB is less (about 100).
 
When the no of inserts exceeds, it shows the following error in the Tomcat server 
console:
 
Thread pool - All threads are busy,waiting.Please increase maxThreads or check the 
Servlet status 75 75.
 
So I did edit the server.xml file's tag:
 

<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->

<Connector port="8080"

maxThreads="1000" enableLookups="false" redirectPort="8443" acceptCount="100"

debug="0" connectionTimeout="20000" 

disableUploadTimeout="true" />


 
But , I still get the same error
Please tell me what is the maximum value I can give for maxThread attribute?
 
Or How can I correct this plm?
 
Thankx in advance
Latha
 


---------------------------------
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.

Reply via email to