On 05:16 pm, msoul...@digitaltorque.ca wrote:
>On 08/06/10 Itamar Turner-Trauring said:
>>You should probably just use reactor.spawnProcess to fork processes: 
>>it
>>implements the process handling for you, and has its own SIGCHLD 
>>handler
>>that does the right thing, so you don't have to maintain your own.
>
>The problem is that I'm using the multiprocessing module right now.

Aside from switching from multiprocessing to spawnProcess (or Ampoule), 
you might want to take a look at

    http://stackoverflow.com/questions/1470850/twisted-network-client- 
with-multiprocessing-workers/1472271#1472271

Jean-Paul

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to