http://www.perlmonks.org?node_id=950342


in reply to Re^5: Need help with Perl multi threading
in thread Need help with Perl multi threading

This was completely opposite to the comment posted in this node

Anyways I got my task completed by using Net::OpenSSH.

Thanks,
Ashok
  • Comment on Re^6: Need help with Perl multi threading

Replies are listed 'Best First'.
Re^7: Need help with Perl multi threading
by chromatic (Archbishop) on Jan 27, 2012 at 20:09 UTC

    BrowserUK and I said essentially the same thing. If you write your thread code as you did, you're not getting any advantage of threading. All of your threads will run serially.

    A reply falls below the community's threshold of quality. You may see it by logging in.