kp2a has asked for the wisdom of the Perl Monks concerning the following question:
I have thousands to things to telnet to with the result if I set $telnet->timeout() too high my task will take forever, if too low many slow remotes will timeout even though they are on line.
Seems to me proper design would be for telnet->login('admin',$password); to return as soon as login is complete.
Is there a work around or alternate perl telnet to use?
TIA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Telnet blocks
by BrowserUk (Patriarch) on Jul 18, 2010 at 18:34 UTC | |
by kp2a (Sexton) on Jul 19, 2010 at 03:38 UTC | |
by roboticus (Chancellor) on Jul 19, 2010 at 17:38 UTC | |
by kp2a (Sexton) on Jul 19, 2010 at 15:57 UTC | |
by Corion (Patriarch) on Jul 19, 2010 at 16:00 UTC | |
|
Re: Net::Telnet blocks
by roboticus (Chancellor) on Jul 19, 2010 at 02:32 UTC |