In message <[EMAIL PROTECTED]>, Marco
Nawijn wrote:

> The problem I face is that the implementation of the application class
> is completely different for the local and remote case. The local case is a
> straightforward implemenation using the subprocess module, the remote
> case is a CORBA implementation.

Any reason why you need to use something as complex as CORBA? On *nix
systems, depending on filesystem access issues, the difference between
local and remote execution of commands isn't much more than

    cmd

versus

    ssh host cmd

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to