![](https://secure.gravatar.com/avatar/90ec48799b9428abc1136ca90d5474c8.jpg?s=120&d=mm&r=g)
March 10, 2011
9:35 p.m.
On Thu, Mar 10, 2011 at 6:43 AM, Andrew Bennetts <andrew@bemusement.org>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