On Thu, Mar 10, 2011 at 6:43 AM, Andrew Bennetts <[email protected]>wrote:

> There's nothing wrong or even particularly strange with using Twisted
> for projects unrelated to networking.  An event loop with good
> facilities for spawning and interacting with subprocesses and calling
> functions at certain times has plenty of uses, even if you don't also
> need the capacity to handle network IO.
>

+1  Twisted is my preferred tool for managing subprocesses.  I've even found
it to be superior for the seemingly simple task of combining output from
multiple processes.

Jason
_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to