Path to this page:
./
www/ruby-net-http-persistent,
Manages persistent connections using Net::HTTP
Branch: pkgsrc-2012Q1,
Version: 2.5.2,
Package name: ruby193-net-http-persistent-2.5.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/ruby193-base]
Master sites:
SHA1: bd4d93a01e4e40b5ca864200329c4186a6d2aaa3
RMD160: 939683244a7a3b9111a35c897720d7d32fb12cf0
Filesize: 24 KB
Version history: (Expand)
- (2012-04-10) Package added to pkgsrc.se, version ruby193-net-http-persistent-2.5.2 (created)