in reply to Re: Controlling a terminal
in thread Controlling a terminal
So you want to run the same command simultaneously on several cluster nodes. Again, I think it would be too much of a headache to open n terminals and tell them all to pass stuff to shells. You would probably be better off using something like Net::SSH and just maintaining one session per node. Maintain an array of references to connections or something like that, and everytime you type a command into your GUI you iterate across the array and pass the command to each connection.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Controlling a terminal
by naggiman (Novice) on Jan 22, 2003 at 12:41 UTC | |
by LAI (Hermit) on Jan 22, 2003 at 16:20 UTC | |
|
Re: Re^2: Controlling a terminal
by yodabjorn (Monk) on Jan 22, 2003 at 02:28 UTC |