-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Mario,
On 5/3/2010 8:18 AM, Mario Splivalo wrote:
> André Warnier wrote:
>> Mario Splivalo wrote:
>>>
>>> One just have to love Tomcat documentation :)
>>>
>> Specially considering the price you pay for it.
>
> Oh, that is so professional. So, it's cheap therefore it can be
> unprofessional? It's a joke, I hear you saying?
Relax.
> There really is NO mention whatsoever about
> minSpareThreads and maxSpareThreads in documentation, using executors or
> not.
It's because you're looking for a specific word that's not in there. Try
reading all the attributes for the HTTP Connector:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
You'll see that "maxThreads" is in there. There is no "minThreads", but
you can treat it as if minThreads is 0 (zero).
Try looking at the <Executor> documentation again:
http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html
Specifically, "minSpareThreads" /is/ in there though there is no
"maxSpareThreads".
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkve2n8ACgkQ9CaO5/Lv0PAm5wCfRKDZHJ4gRZRWVUQtBDWhnDSX
4ZcAn07P0PWzVrJts8HjED2OO2cwRgle
=ZO0X
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|