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-12-14 16:47:48-08
by pnenovin 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
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!