I noticed that callLater in the epollReactor does not actually wake up
the reactor; the code for the threaded select reactor, however, does
do this via a call to self.wakeUp.  It seems like epoll reactor should
be patched so that call later ends with self.wakeUp - does this seem
correct?

_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to