28 Feb
2005
28 Feb
'05
7:48 p.m.
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!