Re: limit number of connections tomcat accepts

2010-01-08 Thread Peter Beichert
Schultz: > Peter, > > On 1/6/2010 3:03 AM, Peter Beichert wrote: > > If I start 100 parallel requests to a servlet which does nothing else > > than waiting 5 seconds, I would expect that only 8 requests would be > > accepted, the rest should receive a connection refused. >

Re: limit number of connections tomcat accepts

2010-01-06 Thread Peter Beichert
Am Mittwoch, 6. Januar 2010 09:15:23 schrieb Mark Thomas: > On 06/01/2010 08:03, Peter Beichert wrote: > > Hi, > > > > I like to limit the number of connections tomcat (6.0.20) accepts. > > However, this is not possible. > > > > For testing purpose

limit number of connections tomcat accepts

2010-01-06 Thread Peter Beichert
Hi, I like to limit the number of connections tomcat (6.0.20) accepts. However, this is not possible. For testing purpose I use the following connector statement: Here only 3 threads should process the requests and 5 more requests should be queued. If I start 100 parallel requests to a se