-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chandrakant,

This is a bit OT from your original "question":

On 11/18/11 2:34 AM, Chandrakant Solanki wrote:
> <Connector port="8080" protocol="org.apache.coyote. 
> http11.Http11NioProtocol" maxThreads="5000" minSpareThreads="100" 
> maxSpareThreads="300"


> <Connector port="8443"
> protocol="org.apache.coyote.http11.Http11Protocol" 
> maxThreads="10000" minSpareThreads="100" maxSpareThreads="300"

minSpareThreads and maxSpareThreads are not documented attributes in
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html (except for
one curious mention of them under the description for "useExecutor").
Why are you using them?

I think you probably want to be using an Executor
(http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html) which
/does/ support similar configuration (and will share threads between
these two connectors, which will probably be nice).

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7GezQACgkQ9CaO5/Lv0PCHIgCfU9+7YMlOcVZcqWN0MRsQsWSN
7GoAnR5GUHk7u1lg8kVJ9mwn7GzSW0zM
=14Tj
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to