[Tutor] Remote processes

orbitz orbitz at ezabel.com
Fri Aug 20 20:55:52 CEST 2004


You'll need some sort of server/client setup. Check out twisted (google 
for twistedmatrix), it provides RPC stuff you can use, and provides a 
powerful/fast/easy to use series of classes/api to create your own protocol.


Bernard Lebel wrote:

>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
>
>_______________________________________________
>Tutor maillist  -  Tutor at python.org
>http://mail.python.org/mailman/listinfo/tutor
>
>  
>



More information about the Tutor mailing list