EventMachine now supports epoll, bringing large increases in performance and scalability to Ruby programs. Epoll(7) is a alternative mechanism for multiplexed I/O that is available in Linux 2.6 kernels. It features significantly greater performance than the standard select(2) mechanism, when used in applications that require very large numbers of open I/O descriptors. EventMachine has always used