Re: [Twisted-Python] Python multiprocessing and Twisted stopService - success story

2012-01-22 Thread gelin yan
Hi Tom Does it work for windows? I use ampoule instead to manage multiple process. Regards gelin yan On Sat, Jan 21, 2012 at 12:09 AM, Nicolas Toper wrote: > Hi Tom, > > How do you pass data between the parent and its children with > multiprocessing? It worked fine with Twisted in debug but

Re: [Twisted-Python] Python multiprocessing and Twisted stopService - success story

2012-01-20 Thread Nicolas Toper
Hi Tom, How do you pass data between the parent and its children with multiprocessing? It worked fine with Twisted in debug but never in prod :( Best Nicolas On Wed, Jan 18, 2012 at 6:39 PM, Tom Sheffler wrote: > We are using Py2.6's multiprocessing with Twisted and things are working > nicely