Re: [Twisted-Python] Reactor events help request ..

2010-02-24 Thread Watson, David
x.com [mailto:twisted-python-boun...@twistedmatrix.com] On Behalf Of Andrew Bennetts Sent: Wednesday, February 24, 2010 2:01 AM To: Twisted general discussion Subject: Re: [Twisted-Python] Reactor events help request .. Watson, David wrote: [...] >However, it appears to me that the self.sendLine(msg)

Re: [Twisted-Python] Reactor events help request ..

2010-02-23 Thread Andrew Bennetts
Watson, David wrote: [...] >However, it appears to me that the self.sendLine(msg)  and or the >self.transport.write(msg) writing  functions are blocked >functions waiting for a reactor event to occur at a future scheduled time >before acutally flushing out the internal write buffers

[Twisted-Python] Reactor events help request ..

2010-02-23 Thread Watson, David
Hi Folks .. I'm not entirely a newbie a python and twisted, but I have come to the point where I need a bit more expertise on this topic, so I am hoping that I have come to the right place .. What I'm hoping, that you folks can help out with a minor problem that I am having with the twistd r