DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28914>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28914 add a thread pool property to set thread priority for tuning quality of service Summary: add a thread pool property to set thread priority for tuning quality of service Product: Tomcat 5 Version: 5.0.18 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] it is not possible to tune quality of http services (responsiveness) through thread priority. other threads in the web app are of various priority than the http connector and we want the connector to be of a higher/lower priority. 1- add connector thread pool property to server.xml to set initial thread priority. 2- additionnally, we would like a tomcat public API (perfectly knowing that it is not jsdk2.x), maybe jmx but that overkill, to vary connector's thread pool threads priorities according to application specific knowledge. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]