module documentation
An epoll() based implementation of the twisted main loop.
To install the event loop (and you should do this before any connections, listeners or connectors are added):
from twisted.internet import epollreactor epollreactor.install()