Hi David,

> The warning about select() not working is a little strange, but it
> seems like it's falling back to poll(), which should be fine.

Actually its not "falling back" to poll(), select() is the slowest
and least preferred of them all.

That fact that epoll() is not here however tells us that haproxy
was build with the generic build target, instead of linux2628.

You should fix this (append TARGET=linux2628 to make), so that
haproxy can use epoll() among (a lot of) other important features.



Regards,

Lukas

                                          

Reply via email to