On Sat, Aug 15, 2009 at 2:36 PM, Thomas Vander
Stichele<tho...@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

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

Reply via email to