Re: [Twisted-Python] twisted.spread PB over a ProcessProtocol

2009-08-17 Thread exarkun
On 15 Aug, 12:36 pm, tho...@apestaart.org wrote: >[snip] > >c) on hitting ctrl-c, tracebacks are generated, due to this block of >code: ># At least on OS X 10.4, exiting while stdout is non-blocking >can ># result in data loss. For some reason putting the file >descriptor >

Re: [Twisted-Python] twisted.spread PB over a ProcessProtocol

2009-08-16 Thread Alessandro Decina
On Sat, Aug 15, 2009 at 2:36 PM, Thomas Vander Stichele wrote: > Hi everyone, > > for a project I'm working on I wanted to create a helper program which > can spawn an instance of itself as a separate process, slaving itself to > the spawner, and speaking PB to it. > > The idea is that the master c