Re: tomcatThreadPool - when to make changes

2009-09-14 Thread Michael Ludwig
Caldarale, Charles R schrieb: From: Michael Ludwig [mailto:m...@as-guides.com] Subject: Re: tomcatThreadPool - when to make changes Is the possibility to enforce thread quotas for applications (via their s) the main reason for the existence of s? The or thread pool applies to everything

RE: tomcatThreadPool - when to make changes

2009-09-14 Thread Caldarale, Charles R
> From: Michael Ludwig [mailto:m...@as-guides.com] > Subject: Re: tomcatThreadPool - when to make changes > > it seems to me that thread pools created implicitly by a > apply to that only, while thread > pools created explicitly by an apply to s > referencing it b

Re: tomcatThreadPool - when to make changes

2009-09-14 Thread Michael Ludwig
Christopher Schultz schrieb: Is the possibility to enforce thread quotas for applications (via their s) the main reason for the existence of s? What other reasons are there? can shed threads when they are not being used (see maxIdleTime config param), while the stock thread pool never relea

RE: tomcatThreadPool - when to make changes

2009-09-14 Thread Caldarale, Charles R
> From: Michael Ludwig [mailto:m...@as-guides.com] > Subject: Re: tomcatThreadPool - when to make changes > > Is the possibility to enforce thread quotas for applications (via their > s) the main reason for the existence of s? The or thread pool applies to everything under a

Re: tomcatThreadPool - when to make changes

2009-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micheal, On 9/14/2009 6:28 AM, Michael Ludwig wrote: > Is the possibility to enforce thread quotas for applications (via their > s) the main reason for the existence of s? > > What other reasons are there? can shed threads when they are not being u

Re: tomcatThreadPool - when to make changes

2009-09-14 Thread Michael Ludwig
Caldarale, Charles R schrieb: From: tjones1105 [mailto:tjo...@acworld.com] Subject: RE: tomcatThreadPool - when to make changes I really meant the "Executor" should I create a defined "executor" for each service? An can only be nested inside a , and if referenced by a ,

RE: tomcatThreadPool - when to make changes

2009-09-08 Thread Caldarale, Charles R
> From: tjones1105 [mailto:tjo...@acworld.com] > Subject: RE: tomcatThreadPool - when to make changes > > I'm sorry, your right. I mis-phrased my question. I really meant the > "Executor" should I create a defined "executor" for each service? An can onl

RE: tomcatThreadPool - when to make changes

2009-09-08 Thread tjones1105
I'm sorry, your right. I mis-phrased my question. I really meant the "Executor" should I create a defined "executor" for each service? Thanks, tom Caldarale, Charles R wrote: > >> From: tjones1105 [mailto:tjo...@acworld.com] >> Subject: tomcatThreadPool - when to make changes >> >> I'm cre

RE: tomcatThreadPool - when to make changes

2009-09-08 Thread Caldarale, Charles R
> From: tjones1105 [mailto:tjo...@acworld.com] > Subject: tomcatThreadPool - when to make changes > > I'm creating two services in my server.xml, one for each app. Since I > want them on separate ports. Then you already have a thread pool for each . > I have not set a tomcatThreadPool for each s