[Ssh-sftp-perl-users] Net-SSH-Perl-1.30 asynchronous access
Brought to you by:
dbrobins
From: Peter G. <pe...@pg...> - 2007-07-11 19:50:27
|
I am using Net-SSH-Perl and need to access a lot of computers (more than 30, and possibly more) simultaneously, and would like to send off the login and commands, and get the results as as when they become ready. Currently, login and cmd, send the commands and wait for the replies. Is there any way to fire off the login and cmd requests and then come back later, using polling or whatever, to get the results. Thanks, Peter |