Hi I am using Tomcat for developing web services. Could anyone please help
with teh following. 

I am trying to set up tomcat so that at any time the server only accepts a
limited amount of concurrent requests. if the number of requests at a given
time increases the limit the client request should be dropped. I tried the
following but it did not work please help me i  am lost..........

if i want only two requests to be processed concurrently i tried setting the
server as

Accept count = 0 (also tried 1)
maxspare threads = 2
maxthreads = 2
minsparethreads = 1
maxKeepAliveRequests = 2

Any help regarding this would be great.

Thanks and Regards,
kartik.
-- 
View this message in context: 
http://www.nabble.com/help-with-tomcat-configuration.-tf3546705.html#a9900643
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to