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=27616>.
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=27616

add thread pool property to set thread initial priority.

           Summary: add thread pool property to set thread initial priority.
           Product: Tomcat 4
           Version: 4.1.29
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        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]

Reply via email to