Hello
Since Linux kernel 3.11 there is a new feature for low latency network polling. The SO_BUSY_POLL socket option enables Busy Polling in an application. Apparently, with Busy Polling on socket, one can trade higher CPU load for reduced latency and jitter.
Does node.js support this option when creating an http server?
Thank you for your help.