According to this question and answer, multiple processes could listen to the same IP and same port. This is good.
In my case, we are super CPU-bound. So I want to know in this case, how OS load balance incoming traffic to multiple processes. Can it be balanced well since OS knows everything? Or it just blindly round robin?
Thanks!