I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-11-23 18:10:44-08 by pnenov
Why Net::SFTP is so slow
any idea ?
Direct Responses: 3778 | Write a response
Posted on 2006-12-14 16:47:48-08 by pnenov in response to 3611
Re: Why Net::SFTP is so slow
The login time appear to be so long only if you run your scripts on RedHat (thanks redhat guys you are even better then Microsoft) You can solve the problem installing Math::BigInt::GMP
Direct Responses: 6223 | 6236 | 7158 | Write a response
Posted on 2007-10-10 19:13:31-07 by csgonan in response to 3778
Re: Why Net::SFTP is so slow
Thank you for this suggestion. I couldn't believe how fast the login was once I installed Math::BigInt::GMP and the required Math::BigInt.
Direct Responses: Write a response
Posted on 2007-10-11 20:15:55-07 by csgonan in response to 3778
Re: Why Net::SFTP is so slow
Thank you for this suggestion. I couldn't believe how fast the login was once I installed Math::BigInt::GMP and the required Math::BigInt.
Direct Responses: Write a response
Posted on 2008-02-20 21:33:47-08 by ncalsmitty1369 in response to 3778
Re: Why Net::SFTP is so slow
That was a great help in speeding up the login time of some scripts that I wrote. But my distro was Debian Etch, so I guess it isn't just RedHat? Thanks again!
Direct Responses: Write a response