On 12 October 2015 21:26:30 BST, Brian Millett <bmill...@gmail.com> wrote:
>I’m looking for some insight / info into using executor thread pool for
>a tomcat 7 server that handles many REST services.   
>Wondering if a large maxThreads in an Executor would have better
>through put than the same maxThreads for a normal connector?

Nope. Internally the Connector uses an executor.

>What scenario would encourage the use of an Executor over a normal
>connector? 

Sharing a common thread pool between multiple connectors. Usually when you want 
to limit concurrent requests across http and http. 

Mark


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

Reply via email to