Re: Signaling another machine
From: Uri Guttman (uri_at_stemsystems.com)
Date: 12/18/03
- Next message: Matija Papec: "Re: Please critique this short script that scans a log file"
- Previous message: Brian McCauley: "Re: strange results using m//g in while loop..."
- In reply to: Palaniappan: "Signaling another machine"
- Next in thread: Rocco Caputo: "Re: Signaling another machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Dec 2003 17:38:39 GMT
>>>>> "P" == Palaniappan <palam_analog@yahoo.co.in> writes:
> Is there any way to signal another machine?
signals are machine local. perhaps you meant to say something else?
> I like to do run a sequence of perl scripts automatically in
> different machines. They should be run one by one in different
> machines in a sequence.
> After completing a script in one machine, how to signal another
> machine to start next script.
again, don't use the term signal there. trigger might be a better term.
take a look at stem (on cpan or at stemsystems.com). it can be easily
configured to have processes running on multiple machines. you can have
a main object send messages to other machines to trigger starting a
process. when the process is done, a message can be sent back and that
main object can trigger the next one. doing this on your own will be a
very complex project. even with stem (which will reduce your coding by
half or more) it will require some work on your part as you have to
write this main object and learn how to configure the process cell (stem
object) to run your process and send back a message. if you need any
help, feel free to contact me.
uri
-- Uri Guttman ------ uri@stemsystems.com -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
- Next message: Matija Papec: "Re: Please critique this short script that scans a log file"
- Previous message: Brian McCauley: "Re: strange results using m//g in while loop..."
- In reply to: Palaniappan: "Signaling another machine"
- Next in thread: Rocco Caputo: "Re: Signaling another machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|