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: [email protected]
        ReportedBy: [email protected]


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to