starting a client remotely

Diez B. Roggisch deets at nospam.web.de
Mon Aug 31 06:35:44 EDT 2009


jacopo wrote:

> thank you Diez,
> unfortunatelly I am on Windows NT.
> Did you use SSH in a python script?

Via subprocess, yes. Paramiko would be a way, too.

> Isn't multiprocessing.managers already doing something like Pyro?

I never used it, so I don't know - but it appears to be, yes. Doesn't change
the overall problem though - without an inroad to another server, you can't
spawn processes on remote machines.

Diez



More information about the Python-list mailing list