Re: [Twisted-Python] Using reactor with multiple processes

2009-09-18 Thread David Yoakley
d the parent waits on the response, but NOT in the sense that any other logical twisted threads on the parent get blocked) until the child responds or times out. Cheers, David Yoakley ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

Re: [Twisted-Python] Using reactor with multiple processes

2009-09-16 Thread David Yoakley
Dimitri Vorona wrote: > Hi, > > i'd like to be able to start additional instances of my server using > multiprocess module. To do it i just start a new Process with > mutiprocessing and then create a new instance of my Application there. > Everything works fine, but i can't figure out a way to > st