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 2009/01/20 06:46:17 UTC

DO NOT REPLY [Bug 46563] New: NIO protocol states default pollerThreadCount is 1, actually is # processors

https://issues.apache.org/bugzilla/show_bug.cgi?id=46563

           Summary: NIO protocol states default pollerThreadCount is 1,
                    actually is # processors
           Product: Tomcat 6
           Version: 6.0.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Documentation
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: kirk@mustardgrain.com


pollerThreadCount's description is:

    The number of threads to be used to run for the polling events. 
    Default value is 1. Can't see a reason to go above that. But 
    experiment and find your own results.

The code appears to default to Runtime.getRuntime().availableProcessors() which
may be one, but in many cases is not.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46563] NIO protocol states default pollerThreadCount is 1, actually is # processors

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46563


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Mark Thomas <ma...@apache.org>  2009-01-29 21:07:14 PST ---
Thanks for the report. This has been fixed in trunk and 6.0.x and will be
included in the next release.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org