Manages persistent connections using Net::HTTP including a thread
https://github.com/drbrain/net-http-persistent
Manages persistent connections using Net::HTTP including a thread pool for
connecting to multiple hosts.
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
make setting up a single persistent connection or managing multiple
connections easy. Net::HTTP::Persistent wraps Net::HTTP and allows you to
focus on how to make HTTP requests.
-
1
derived packages
- 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
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000247 247 Bytes | |
net-http-persistent-4.0.5.gem | 0000027136 26.5 KB | |
project.diff | 0000002194 2.14 KB |
Comments 0