"epoll() seem to have LIFO behavior which can result in uneven load balancing across workers (in case of accept()ing from a shared socket)"
Which is unrelated to keepalives and pipelining and best addressed in the kernel.
"epoll() seem to have LIFO behavior which can result in uneven load balancing across workers (in case of accept()ing from a shared socket)"
Which is unrelated to keepalives and pipelining and best addressed in the kernel.