[Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread Tobias Oberstein
> Is there even a kqueue-based Twisted reactor? > > Yes... ish.  More detail here: . Hi Glyph, first, thanks as always! The pykqueue 1.3 and 2.0 referenced in that ticket seem to be no longer maintained. On the other hand, Python has built-in support

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread exarkun
On 02:11 pm, tobias.oberst...@tavendo.de wrote: Is there even a kqueue-based Twisted reactor? Yes... ish.  More detail here: . Hi Glyph, first, thanks as always! The pykqueue 1.3 and 2.0 referenced in that ticket seem to be no longer maintained. O

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread Tobias Oberstein
> >Is there any regression/test/stresstest I could run to verify the stuff > >actually works? > > You can run the Twisted test suite: > > trial --reactor kqueue twisted > > (assuming you've hooked up the name "kqueue" to your new version of the > kqueue reactor). > > This is what needs to w

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread Kevin Horn
On Fri, Nov 4, 2011 at 9:11 AM, Tobias Oberstein < tobias.oberst...@tavendo.de> wrote: > > Is there even a kqueue-based Twisted reactor? > > > > Yes... ish. More detail here: < > http://twistedmatrix.com/trac/ticket/1918>. > > Hi Glyph, > > first, thanks as always! > > The pykqueue 1.3 and 2.0 re

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread Itamar Turner-Trauring
> This is awesome, BUT... > > ...would probably have to be distributed outside of Twisted proper (at > least for the moment), as Twisted supports versions of Python < 2.6, where > select.kqueue would not exist. > > (Maybe this is your plan, but I'm just pointing it out.) We've said e.g. Windows on

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread exarkun
On 04:49 pm, kevin.h...@gmail.com wrote: >On Fri, Nov 4, 2011 at 9:11 AM, Tobias Oberstein < >tobias.oberst...@tavendo.de> wrote: >> > Is there even a kqueue-based Twisted reactor? >> > >> > Yes... ish. More detail here: < >>http://twistedmatrix.com/trac/ticket/1918>. >> >>Hi Glyph, >> >>first, th

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread Tobias Oberstein
> >This is awesome, BUT... > > > >...would probably have to be distributed outside of Twisted proper (at > >least for the moment), as Twisted supports versions of Python < 2.6, > >where select.kqueue would not exist. > > > >(Maybe this is your plan, but I'm just pointing it out.) > > It would be f

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread Glyph
On Nov 4, 2011, at 1:11 PM, Tobias Oberstein wrote: >>> This is awesome, BUT... >>> >>> ...would probably have to be distributed outside of Twisted proper (at >>> least for the moment), as Twisted supports versions of Python < 2.6, >>> where select.kqueue would not exist. >>> >>> (Maybe this is