[Twisted-Python] Question about processes in python

Reza Lotun rlotun at gmail.com
Mon Apr 12 08:21:45 EDT 2010


Hi,

> 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?

Well, the only way to run Python code is to run the Python interpreter
in a process and feed it the python code you want to run (using the -c
option).

Cheers,
Reza


-- 
Reza Lotun
mobile: +44 (0)7521 310 763
email:  rlotun at gmail.com
work:   reza at tweetdeck.com
twitter: @rlotun



More information about the Twisted-Python mailing list