use epoll

This commit is contained in:
Jeff Lindsay 2010-08-20 15:40:05 -07:00
parent c99223e758
commit dbabea624f
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
try:
from twisted.internet import pollreactor
pollreactor.install()
except: pass
from twisted.internet import protocol, reactor, defer, task
from twisted.web import http, proxy, resource, server
from twisted.python import log