Use epoll instead of select on linux

ardeujho ardeujho at cd.pn
Tue Feb 18 22:13:07 UTC 2014


I've created a pull request that replaces use of 'select' with 'epoll'
for Self running on Linux:

https://github.com/russellallen/self/pull/32

Epoll has better performance than select when there is a large number of
open files and does not have the 1,024 file descriptor limit.



More information about the Self-interest mailing list