> Select is slow. > Please consider epoll/kqueue instead. 1. Current realization use select(). I add poll() if available, because FD_SET is failed if descriptor is bigger than 1024. 2. Does epoll/kqueue do it faster than poll on only two descriptors? If so, does anybody need this small boost?
[ Full content available at: https://github.com/apache/thrift/pull/1580 ] This message was relayed via gitbox.apache.org for [email protected]
