[Twisted-Python] linux kernel 2.6.11-rc broke twisted process pipes

Andrea Arcangeli andrea at cpushare.com
Mon Feb 28 19:48:07 EST 2005


On Mon, Feb 28, 2005 at 05:52:05PM -0500, James Y Knight wrote:
> Also note, that bit of code is unnecessary if you're using pollreactor 
> rather than selectreactor. That is, I think it should be fine with 

Are you reall sure it can't be called with pollreactor? I see this in
the pollreactor code:

                if event & POLLIN:
                    why = selectable.doRead()
                    inRead = True

Sorry for asking again but I really want to be sure select won't screw
things up with >1024 fds open ;)

thanks!




More information about the Twisted-Python mailing list