in reply to Re^3: SSH2 - Asynchronous Opens & Synchronous Commands
in thread SSH2 - Asynchronous Opens & Synchronous Commands
This is an interesting proposal. I'll have to do some tests with this. Thanks. I'll report back with my findings.
Update: I'm still working on this test case. I've got something implemented using Telnet, but I need to do some more testing. I'll post code tomorrow morning.
In the meantime, how would you handle waiting for all the async open requests to complete? I this what wait_for_master is for? My current solution loops checking for $ssh->wait_for_master(1) returning true.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: SSH2 - Asynchronous Opens & Synchronous Commands
by salva (Canon) on Apr 05, 2014 at 14:14 UTC | |
by 5haun (Scribe) on Apr 05, 2014 at 22:44 UTC | |
by salva (Canon) on Apr 06, 2014 at 06:43 UTC | |
by 5haun (Scribe) on Apr 06, 2014 at 15:57 UTC | |
by salva (Canon) on Apr 06, 2014 at 20:43 UTC |