Re: Request queue menagement Tomcat 5.5 + Axis

2009-02-04 Thread Sergio Arrighi

Hi Chuck,

Thank you very much for the precious shortcut!

BB

Sergio

Caldarale, Charles R ha scritto:

From: Sergio Arrighi [mailto:sergio.arri...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


  



--
*I.M.I.N. Holding s.r.l.*
Sergio Arrighi
sergio.arri...@iminholding.com mailto:sergio.arri...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Request queue menagement Tomcat 5.5 + Axis

2009-02-03 Thread Sergio Arrighi

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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


  



--
*I.M.I.N. Holding s.r.l.*
Sergio Arrighi
sergio.arri...@iminholding.com mailto:sergio.arri...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Request queue menagement Tomcat 5.5 + Axis

2009-02-03 Thread Caldarale, Charles R
 From: Sergio Arrighi [mailto:sergio.arri...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Request queue menagement Tomcat 5.5 + Axis

2009-01-29 Thread Mark Thomas
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org