[undertow-dev] Why are ioThreads capped at a max of 2 by default?

Mario Carbajal mario.e.carbajal at gmail.com
Sun Oct 22 17:05:39 EDT 2017


Uh.. please disregard this email. I just realized it's the other way
around: minimum two threads.

On Sun, Oct 22, 2017 at 6:02 PM, Mario Carbajal <mario.e.carbajal at gmail.com>
wrote:

> In the undertow builder there's this line:
> ioThreads = Math.max(Runtime.getRuntime().availableProcessors(), 2);
>
> Why the cap? is it not recommended to go over 2?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20171022/83c4d6c7/attachment.html 


More information about the undertow-dev mailing list