On 05/01/2012 04:38 PM, Dmitriy Komarov wrote: > If anyone had a similar issue before, I'd appreciate any pointers on > resolving or avoiding it. > Actually, one thing does occur to me - are you using the IOCP reactor? If so, try the select() reactor, the IOCP reactor unfortunately has a bunch of serious bugs. I'm vaguely considering working on those as my next Twisted work, since they're embarrassing and IOCP is so much better than select() on Windows.
_______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
