On Sat, Jul 18, 2009 at 2:41 PM, Andrew Francis<andrewfr_...@yahoo.com> wrote:

> What am I doing wrong? Thanks in advance.

The first google hit for "epollreactor api" is:
<http://twistedmatrix.com/documents/8.2.0/api/twisted.internet.epollreactor.html>.

The two lines of code there are the *only* things your program should
do in order to use the epoll reactor.  (Actually, you should just use
the '-r' option to 'twistd', but I digress.)  After those lines are
run, your program should 'from twisted.internet import reactor' as
usual.

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to