RubyGems.org

Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.

installgem install net-http-persistent -v 2.5.2
Authors

Eric Hodel

1,480,929 total downloads 42,779 for this version
Owners

58479f76374a3ba3c69b9804163f39f4

Gemfile
gem "net-http-persistent", "~> 2.5.2"
Versions
  1. 2.8 October 18, 2012
  2. 2.7 June 6, 2012
  3. 2.6 March 26, 2012
  4. 2.5.2 February 13, 2012
  5. 2.5.1 February 10, 2012
Show all versions (37 total)