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