On Tue, 2007-02-27 at 19:52 +0100, Dirk Meyer wrote:
> def done(exit_code):
>     pass
> 
> Process(...).start(...).connect(done)

Now that I consider this ...

Was there a rationale for this?  I think this might make sense if you
could spawn multiple instances via start(), but then start() should
return an object that also has 'stdout' and 'stderr' signals as well.
Because you have a 1-to-1 mapping of Process objects to actual
processes, I think an 'exited' or 'completed' signal makes a lot of
sense.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to