A question about subprocess

Lawrence Oluyede raims at dot.com
Wed Oct 3 16:19:30 EDT 2007


JD <Jiandong.Ge at gmail.com> wrote:
> How can I do it with the subprocess?

You can't. Subprocess is a library to spawn new processes on the local
machine. If you want to handle external machines you need something like
parallel python: <http://www.parallelpython.com/>

-- 
Lawrence, oluyede.org - neropercaso.it
"It is difficult to get a man to understand 
something when his salary depends on not
understanding it" - Upton Sinclair



More information about the Python-list mailing list