Path to this page:
./
www/ruby-net-http-persistent,
Manages persistent connections using Net::HTTP
Branch: pkgsrc-2013Q2,
Version: 2.8,
Package name: ruby193-net-http-persistent-2.8,
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: 709f2e4c9e21de33e945d8364a068aa568f44350
RMD160: c0d64b029983d21a3cc0a18a8caebdff32fbfcc4
Filesize: 27 KB
Version history: (Expand)
- (2013-07-08) Package added to pkgsrc.se, version ruby193-net-http-persistent-2.8 (created)