[Twisted-Python] Question about processes in python

Gabriel Rossetti gabriel.rossetti at arimaz.com
Mon Apr 12 08:09:55 EDT 2010


Hello everyone,

I'd like to run a python function in a new process, like python 2.6's 
multiprocessing does. I wanted to use ProcessProtocol, but it seems to 
only work for executing executables and interacting with them using 
stdin/stdout/other fds. Is there a way of running a python piece of code 
in a new process?

Thank you,
Gabriel



More information about the Twisted-Python mailing list