Re: Process control from LAN master computer

2004-03-28 Thread drieux
On Mar 24, 2004, at 8:43 AM, Peterson, Darren - Contractor.Westar wrote: [..] I tried Proc::Background so my script wouldn't wait on the invoked task as with the Perl system command. Actually, I've found that ssh isn't what I need since the invoked task displays on the local, and not remote, ma

FW: Process control from LAN master computer

2004-03-24 Thread Peterson, Darren - Contractor.Westar
>> On Mar 23, 2004, at 7:44 AM, Peterson, Darren - Contractor.Westar wrote: >> >> I've got a few Linux boxes on a LAN. I need to develop a gui app to >> start >> processes on any machine from a master pc. What process is to be >> started >> and when will be specifed by the user through the gui.

Process control from LAN master computer

2004-03-23 Thread Peterson, Darren - Contractor.Westar
I've got a few Linux boxes on a LAN. I need to develop a gui app to start processes on any machine from a master pc. What process is to be started and when will be specifed by the user through the gui. I'm thinking along the lines of a Perl/Tk script that uses the Proc::Background module to invo