Path to this page:
./
www/ruby-net-http-persistent,
Manages persistent connections using Net::HTTP
Branch: pkgsrc-2019Q1,
Version: 3.0.0,
Package name: ruby24-net-http-persistent-3.0.0,
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/ruby24-base]
Master sites:
SHA1: 239d6a0be13c68b171301b146d0c8e0390e28903
RMD160: 3cff27cc0d25cc7d7525629e9bbb7348cdbc6157
Filesize: 29.5 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version ruby24-net-http-persistent-3.0.0 (created)