in reply to Re: Net::SSH::Perl doesn't like long commands
in thread Net::SSH::Perl doesn't like long commands
hangs at some point between 8000 and 10000 characters.
What's the betting that it is somewhere around 8192, the size of PerlIO IO buffers since 5.1(2|4|?).
Maybe someone how has reproduced it could try disabling the buffering and see if that changes anything.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::SSH::Perl doesn't like long commands
by vsespb (Chaplain) on Jun 10, 2013 at 13:33 UTC | |
|
Re^3: Net::SSH::Perl doesn't like long commands
by salva (Canon) on Jun 10, 2013 at 13:38 UTC | |
|
Re^3: Net::SSH::Perl doesn't like long commands
by pattyj (Novice) on Jun 10, 2013 at 13:07 UTC | |
by BrowserUk (Patriarch) on Jun 10, 2013 at 13:12 UTC |