t-rex has asked for the wisdom of the Perl Monks concerning the following question:
i am working for a project where i have implemented concurrent server , now i need to take back logs 9 in a hand shake mechanism without except module) the flow of my code is :
My doubt now is how do I know whether everything is running , this code is a part of one big automation so I can’t use std libraries, maybe a log file , I know how to open and write to a file but a robust handshake mechanism is what I desire , anyone has any ideas for the same.main.pl { #try connecting to the server socket System(run perl_client.pl) or die “couldn’t run perl client.pl” If (fails) { Transfer files on server machine via scp Run server.pl Socket established Try connecting again to the server socket from client, (this time it w +ill connect) }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Handshake mechanism in perl
by anonymized user 468275 (Curate) on Jun 24, 2016 at 08:12 UTC | |
|
Re: Handshake mechanism in perl
by GotToBTru (Prior) on Jun 24, 2016 at 15:19 UTC |