in reply to How to hold execution of perl script while it runs command on remote machine

Just as a test, how long does it take to run these commands with ssh? It may even be a dns lookup issue.
  • Comment on Re: How to hold execution of perl script while it runs command on remote machine

Replies are listed 'Best First'.
Re^2: How to hold execution of perl script while it runs command on remote machine
by linuxfan (Beadle) on Feb 22, 2005 at 19:54 UTC
    The client and server are both on the same LAN. Moreover, I use IP addresses in the script, so DNS is not an issue.

    Thanks!