RE: server.xml and configuring connection pools (URGENT: please look)

2002-09-11 Thread Donie Kelly
and configuring connection pools (URGENT: please look) The acceptCount is nearly useless (unless you *really* know what you are doing), since it only sets the TCP/IP backlog (which is one of those things, that if you don't know what it is, you don't need it :). There is a one-to-one mapping of socket

RE: server.xml and configuring connection pools (URGENT: please look)

2002-09-10 Thread Donie Kelly
Hi all Simple problem I guess. I'm trying to limit tomcat to 20 threads max but still accept connections using the acceptCount parameter of Connector in server.xml. My problem is that the application will accept up to 20 connections and give connection refused for everything else. What am I

RE: server.xml and configuring connection pools

2002-09-10 Thread Vincent . Gaboriau
are completed? Do they launch others ones? If it's the case, Tomcat cannot have the time to process the 100 ones in the queue. -Message d'origine- De : Donie Kelly [mailto:[EMAIL PROTECTED]] Envoyé : mardi 10 septembre 2002 17:17 À : 'Tomcat Users List' Objet : RE: server.xml and configuring

RE: server.xml and configuring connection pools

2002-09-10 Thread Donie Kelly
Donie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 16:47 To: Tomcat Users List Subject: RE: server.xml and configuring connection pools How do you test your configuration? You test with more than 20 users? Your configuration is correct

Re: server.xml and configuring connection pools (URGENT: please look)

2002-09-10 Thread Bill Barker
The acceptCount is nearly useless (unless you *really* know what you are doing), since it only sets the TCP/IP backlog (which is one of those things, that if you don't know what it is, you don't need it :). There is a one-to-one mapping of socket connections to threads, so setting maxProcessors