[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:02:51 EDT 2017


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/b9e9532c/attachment.html 


More information about the undertow-dev mailing list