[Twisted-Python] Stability of the IOCP Reactor

Patrick Lauber digi at treepy.com
Tue Oct 18 07:31:01 MDT 2005


Hi,

I am running a server with the IOCP reactor because I need a lot of 
concurent connections. If i use the default reactor the program is 
running for weeks withouth any problems. When i switched to IOCP the 
program seams not to accept any new connections after some hours or a
day, the old seam to hold. I am not sure if the socket is closed or if 
the new connection don't spawn a new protocol instance anymore...

any idea of what this could be?

cheers

pat






More information about the Twisted-Python mailing list