Categories: None [Edit]

net-http-persistent-pool

https://rubygems.org/gems/net-http-persistent-pool
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.

Total

Ranking: 158,447 of 188,756
Downloads: 2,613

Daily

Ranking: 86,295 of 188,734
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
20787,713,697minitest
102305,174,849connection_pool
213143,872,090rdoc
1,9358,368,403hoe

Owners

#GravatarHandle
1iconaasmith