You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/03/11 22:31:30 UTC

DO NOT REPLY [Bug 27616] New: - add thread pool property to set thread initial priority.

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: tomcat-dev@jakarta.apache.org
        ReportedBy: quartz12h@yahoo.com


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org