[Tutor] Remote processes

Bernard Lebel python at bernardlebel.com
Fri Aug 20 19:35:01 CEST 2004


Hello,

Is there any way to launch and kill processes on remote computers using
Python? I'd like to build an utility to do just that (to control my
renderfarm).

The only I found so far is os.path.spawn*( ), wich create a local process.


Thanks
Bernard



More information about the Tutor mailing list