Re: questions about tomcat 7 executor with rest services

2015-10-13 Thread Brian Millett
Thanks > On Oct 12, 2015, at 5:01 PM, Mark Thomas wrote: > > On 12 October 2015 21:26:30 BST, Brian Millett 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 Executo

Re: questions about tomcat 7 executor with rest services

2015-10-12 Thread Mark Thomas
On 12 October 2015 21:26:30 BST, Brian Millett 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

questions about tomcat 7 executor with rest services

2015-10-12 Thread Brian Millett
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? What scenario would encourage the use of an