On 09/05/2019 14:38, Rémy Maucherat wrote:

<snip/>

>> +1 to hard-coding to a single acceptor thread and removing the plumbing
>> that supports more than that.
> 
> Ok, done.

Great.

> So I suppose you prefer keeping the ability to have multiple poller threads
> for NIO ?

NIO defaults to 1 anyway.

I agree with that multiple Poller threads is unlikely to offer a
performance benefit in any realistic scenario.

APR only supported multiple Poller threads because of a Windows XP /
Server 2003 issue that limited poller size to 1024. Other than that,
comments in the APR code indicate a preference for a single Poller.

I've no objection to making a similar change to the pollerThreadCount.

Mark

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

Reply via email to