On 03:44 pm, exar...@divmod.com wrote:
On Wed, 8 Apr 2009 19:37:19 -0700, Alec Matusis <matu...@yahoo.com> wrote:
Longer answer: Looks like maybe you want to contribute a patch for this
ticket :)

    http://twistedmatrix.com/trac/ticket/2234


I will look at this at some point (really swamped with work). But my question is: are you going to use python's select.epoll() that was introduced in python 2.6 and abandon the custom C module? In that case, the check of the default reactor would be trivial.

The new epoll support in Python is partially based on our epoll wrapper. ;) At some point, it is quite likely that we'll start trying to use it (our customer wrapper is still required to support Python 2.5 and older, though).

Also, there's an existing ticket for this too:

   http://twistedmatrix.com/trac/ticket/3114

I look forward to your patches, Alec ;-).

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

Reply via email to