in reply to LWP::Parallel vs. HTTP::GHTTP vs. IO::Socket

Most likely HTTP::GHTTP. It is much faster than standard LWP, and I doubt you will beat it with any custom socket code of your own in perl. In my experience LWP::Parallel is slow and hard to use.
  • Comment on Re: LWP::Parallel vs. HTTP::GHTTP vs. IO::Socket