[Twisted-Python] documentation / kqueue / feedback

Jean-Paul Calderone exarkun at divmod.com
Wed Apr 16 13:43:46 EDT 2008


On Wed, 16 Apr 2008 19:24:56 +0200, Dr aio <dr.pythoniac at googlemail.com> wrote:
>Thank you, Jean-Paul
>
>That's what I assumed in the beginning and why I wrote.
>
>On 4/16/08, Jean-Paul Calderone <exarkun at divmod.com> wrote:
>>  Thanks for this feedback.  It's great to know where users are running into
>>  problems.  This is always a welcome contribution.
>
>Actually, pykqueue seems to work here but not in deamon mode.
>As this prettx much seems to be a TM related problem: Do you have any
>idea oder hints why it doesn't work in deamon mode ?
>

I don't have much experience with pykqueue (or KQueue at all) since I primarily
target Linux.  I think development effort is being focused on the newer KQueue
bindings which will be available in Python 2.6 and should also be available as
a separate module for older versions of Python (I think the module is named
select26 or something like that).  This will probably be the preferred way to
use KQueue with Twisted.

You can follow Thomas's work on this here:

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

Jean-Paul




More information about the Twisted-Python mailing list