
Glyph Lefkowitz wrote:
On Feb 25, 2010, at 10:00 PM, exarkun@twistedmatrix.com wrote:
On 03:55 am, rich@noir.com wrote:
Can anyone explain this result to me?
It looks to me as though the SelectReactor is leaking file descriptors. Granted, it's a pathological case, but it's not uncommon if you're running a bunch of tests.
See ticket #3063.
Jean-Paul
For your clicking (and google's indexing) enjoyment, that's <http://twistedmatrix.com/trac/ticket/3063>.
Thanks. Is it a reasonable workaround, or are there any nonobvious downsides to using reactor.waker.connectionLost(None) either... a) immediately after instantiating my reactor, (assuming I don't need a waker), or... b) immediately before or after calling reactor.stop I guess I'm asking why that hasn't been included in reactor.stop already. --rich