simple rsh and python question
Chris Liechti
cliechti at gmx.net
Thu Nov 14 15:25:14 EST 2002
More information about the Python-list mailing list
Thu Nov 14 15:25:14 EST 2002
- Previous message (by thread): decision tree by python
- Next message (by thread): simple rsh and python question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
rwadkins at flash.net (Randy Wadkins) wrote in news:d453156a.0211141053.7de1422 at posting.google.com: > Is there any way to rsh from a shell script to nodes in a cluster and > execute a python script that will run in the background on each node? > It appears that the execution is stopped once the rsh command is > completed. > rsh x$ python myscript.py "&" look up "nohup". otherwise any programm attached to the terminal are terminated when the terminal is closed. (HangUP signal) chris -- Chris <cliechti at gmx.net>
- Previous message (by thread): decision tree by python
- Next message (by thread): simple rsh and python question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list