Re: Tomcat Executor MBean

2016-01-03 Thread Vicky
All i am doing is creating an instance of a connector and setting it with an java executor with an custom thread pool. Not sure i get it, when you say registering the executor mbean, thought if connector is just programmatically created, it shouldn't have really mattered. Moreover, it does show the

Re: Tomcat Executor MBean

2015-12-22 Thread Christopher Schultz
Vicky, On 12/21/15 3:12 PM, Vicky wrote: > I am using an embedded version of Tomcat 7.0.42. Using java executor with > either of the connectors i.e. BIO/NIO. > > However while monitoring the server via JMX, I see the mbean attributes, > > currentThreadCount > > currentThreadsBusy > > always sh

Re: TomCat Executor

2013-01-18 Thread Daniel Mikusa
On Jan 18, 2013, at 3:08 PM, yogesh hingmire wrote: > Thanks Dan, > > So when i am not using the executor and specifying the maxthreads in the > connector element, what would be the size of the pool ? maxThreads From the docs... "The maximum number of request processing threads to be created b

Re: TomCat Executor

2013-01-18 Thread yogesh hingmire
Thanks Dan, So when i am not using the executor and specifying the maxthreads in the connector element, what would be the size of the pool ? Yogesh On Fri, Jan 18, 2013 at 12:04 PM, Daniel Mikusa wrote: > On Jan 18, 2013, at 12:54 PM, yogesh hingmire wrote: > > > Folks, > > > > What are the pe

Re: TomCat Executor

2013-01-18 Thread Daniel Mikusa
On Jan 18, 2013, at 12:54 PM, yogesh hingmire wrote: > Folks, > > What are the performance implications of not using the executor element > (threadpool) for my AJP connector ? Instead of having one pool of threads that you can share across multiple connectors, you'll just have one pool of threa