Manages persistent connections using Net::HTTP plus a speed fix for
http://docs.seattlerb.org/net-http-persistent
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.
- Links to devel:lan...tensions / rubygem-n...rsistent
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:darix:apps/rubygem-net-http-persistent && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
gem2rpm.yml | 0000001743 1.7 KB | |
net-http-persistent-4.0.4.gem | 0000027136 26.5 KB | |
rubygem-net-http-persistent.changes | 0000006356 6.21 KB | |
rubygem-net-http-persistent.spec | 0000002260 2.21 KB |
Latest Revision
Marcus Rueckert (darix)
committed
(revision 6)
merged
Comments 0