Re: [Twisted-Python] LoopingCalls and unclean reactor

2011-03-16 Thread Brad Milne
Thanks Drew Yes, you spotted an error in my email, which is not replicated in my code. ie My AdapterQueue in the code inherits from Service. It in turn is a service of a parent which *is* a MultiService instance. The tests are Integration tests, not unit tests, and as such run up an instance of o

Re: [Twisted-Python] LoopingCalls and unclean reactor

2011-03-16 Thread Drew Smathers
On Tue, Mar 15, 2011 at 9:55 PM, Brad Milne wrote: > Hi > I have a series of MultiService objects, with child Services. Some of these > services are TCPServers, for example, and others are my own objects > (extending from Service). > In the instance that I have a Service which controls a LoopingCa

[Twisted-Python] LoopingCalls and unclean reactor

2011-03-15 Thread Brad Milne
Hi I have a series of MultiService objects, with child Services. Some of these services are TCPServers, for example, and others are my own objects (extending from Service). In the instance that I have a Service which controls a LoopingCall, I am getting intermittent 'unclean reactor' errors during