[Twisted-Python] RE: Question about Descriptors and SelectReactor

glyph at divmod.com glyph at divmod.com
Fri Apr 10 12:37:05 EDT 2009


On 03:44 pm, exarkun at divmod.com wrote:
>On Wed, 8 Apr 2009 19:37:19 -0700, Alec Matusis <matusis at 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 ;-).




More information about the Twisted-Python mailing list