Path to this page:
./
www/ruby-net-http-persistent,
Manages persistent connections using Net::HTTP
Branch: pkgsrc-2014Q1,
Version: 2.9.4,
Package name: ruby200-net-http-persistent-2.9.4,
Maintainer: pkgsrc-usersManages persistent connections using Net::HTTP plus a speed fix for 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
according to RFC 2616.
Master sites: (Expand)
SHA1: c5476a2800cf9d99e422b6f465e54ea84fabe6b6
RMD160: f57834b35fbc7cbd67e2e0f4bca50e80e8658b78
Filesize: 30.5 KB
Version history: (Expand)
- (2014-04-04) Package has been reborn
- (2014-04-03) Package added to pkgsrc.se, version ruby200-net-http-persistent-2.9.4 (created)