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

Alessandro Decina alessandro.d at gmail.com
Sun Aug 16 06:43:42 EDT 2009


On Sat, Aug 15, 2009 at 2:36 PM, Thomas Vander
Stichele<thomas at apestaart.org> 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 can spawn processes which will run code that
> might segfault or otherwise behave badly (like consume too much memory).

Why not use ampoule https://launchpad.net/ampoule ?
Also, you may want to take a look at moovida, it has a master/slave
abstraction to run gst pipelines in separate processes (which should
probably be adapted to use ampoule now).

Ciao
Alessandro



More information about the Twisted-Python mailing list