Path to this page:
./
www/ruby-net-http-persistent,
Manages persistent connections using Net::HTTP
Branch: pkgsrc-2011Q4,
Version: 2.3.2,
Package name: ruby19-net-http-persistent-2.3.2,
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.
Required to run:[
lang/ruby19-base]
Master sites:
SHA1: f2f3cf3baf27b395f730daa2a5f703c75c76ed72
RMD160: 94ec8c06fff9341a9296a8b6a767a77a5b2698cd
Filesize: 21 KB
Version history: (Expand)
- (2012-01-08) Package added to pkgsrc.se, version ruby19-net-http-persistent-2.3.2 (created)