You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sergio Arrighi <se...@iminholding.com> on 2009/02/03 10:39:29 UTC

Re: Request queue menagement Tomcat 5.5 + Axis

Hi Mark,

It's Sergio again about request queues on Tomcat + Axis.
Could you please tell me if it's possible to set the number of dedicated 
threads and queue lenght?
Is there a maximum for these two parameters??
Thank you very much!

Sergio

Mark Thomas ha scritto:
> Sergio Arrighi wrote:
>   
>> Hello to everyone,
>>
>> I've developed a webApp on tomcat 5.5.
>> This webapp consists of a bunch of webservices that i've created using
>> axis.
>> Is there someone who could help me to understand how tomcat or axis
>> handle the request queue??
>>     
>
> Tomcat will assign a new requests to a free processing thread as the requests
> are received. Those threads are then scheduled by the JVM. When the request
> completes the thread is returned to the pool. If no thread is free the request
> is queued until a free thread is available. If the queue is full the request is
> dropped.
>
> Mark
>
>   
>> Thank you very much
>>
>> Sergio Arrighi
>>
>>     
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>   


-- 
	*I.M.I.N. Holding s.r.l.*
Sergio Arrighi
sergio.arrighi@iminholding.com <ma...@iminholding.com>
Cell. 3455805121

Vicolo Molino, 2
21052 Busto Arsizio
Varese
Tel. +39 0331324679
Fax. +39 0331324678
www.iminholding.com


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


Re: Request queue menagement Tomcat 5.5 + Axis

Posted by Sergio Arrighi <se...@iminholding.com>.
Hi Chuck,

Thank you very much for the precious shortcut!

BB

Sergio

Caldarale, Charles R ha scritto:
>> From: Sergio Arrighi [mailto:sergio.arrighi@iminholding.com]
>> Subject: Re: Request queue menagement Tomcat 5.5 + Axis
>>
>> Could you please tell me if it's possible to set the number
>> of dedicated threads and queue lenght?
>>     
>
> As usual, it's in the doc:
> http://tomcat.apache.org/tomcat-5.5-doc/config/http.html
>
> Look at acceptCount and all the thread-related attributes.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>   


-- 
	*I.M.I.N. Holding s.r.l.*
Sergio Arrighi
sergio.arrighi@iminholding.com <ma...@iminholding.com>
Cell. 3455805121

Vicolo Molino, 2
21052 Busto Arsizio
Varese
Tel. +39 0331324679
Fax. +39 0331324678
www.iminholding.com


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


RE: Request queue menagement Tomcat 5.5 + Axis

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Sergio Arrighi [mailto:sergio.arrighi@iminholding.com]
> Subject: Re: Request queue menagement Tomcat 5.5 + Axis
>
> Could you please tell me if it's possible to set the number
> of dedicated threads and queue lenght?

As usual, it's in the doc:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

Look at acceptCount and all the thread-related attributes.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

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