Caldarale, Charles R wrote:
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Subject: Re: Tomcat threads

If you really want tight control over the thread management,
you should probably use an "executor"

The last I heard from Remy M was that the <Executor> performance was 
disappointing and they shouldn't be used.  Don't know if that information is still 
current, but no one has contradicted it yet.  The message is 1.5 years old:
http://marc.info/?l=tomcat-user&m=118002259402411&w=2
you wont see that today any more, the executor has been fine tuned. The one benefit from the executor vs the connector thread pool, is that the executor will deliver more fairness.
other than that, the performance difference is negligible

Filip
There is no minThread setting.

The minSpareThreads attribute still appears in various places in the 6.0 code, 
but I haven't looked to see if it still does anything.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to