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
> 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
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
> 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
-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
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 ,
> 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
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
> 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