in reply to flip-flop socket locations if 1 is down
to:last if($remote = IO::Socket::INET->new(Proto => 'tcp', PeerAddr => $ +transaction_ips[($i%2)], PeerPort => 8120, Timeout => 5));
$remote = IO::Socket::INET->new(Proto => 'tcp', PeerAddr => $transacti +on_ips[($i%2)], PeerPort => 8120, Timeout => 5)); last if $remote;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: flip-flop socket locations if 1 is down
by bear0053 (Hermit) on Jun 09, 2005 at 22:46 UTC |