-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter,
On 1/8/2010 3:02 AM, Peter Beichert wrote:
> Thank you for your help. The good new is, that Tomcat really works like it
> supposed to. The problem is, that the operating system holds all the
> connections which did not receive an acknowledgem
Thank you for your help. The good new is, that Tomcat really works like it
supposed to. The problem is, that the operating system holds all the
connections which did not receive an acknowledgement from the server.
When monitoring the tcp-connections during the tests with netstat, I could
see, t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
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
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 I use the following connector statement:
> >
> >
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 I use the following connector statement:
>
> maxSpareThreads="2" />
minSpareThread & maxSpareThreads do nothing and
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