in reply to Net::SSH::Perl and SSH protocols
This is a common problem, usually caused by the XS based Math modules (which are fast) not being installed, and then it results in the math intensive work done by plain Perl routines. See Net::SSH::Perl and f-Secure SSH. Also read the README file for Net::SSH::Perl, which states you need Math::Pari or Math::GMP for best performance. The other thing to try is to move up to the Net::SSH2 module ( which avoids the Math module dependencies). See A little demo for Net::SSH2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::SSH::Perl and SSH protocols
by xorl (Deacon) on Mar 24, 2008 at 13:14 UTC |