RubyGems Navigation menu

net-http-persistent-pool 2.10.0

Manages persistent connections using Net::HTTP plus a speed fix for Ruby 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 and retry according to RFC 2616.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 2.10.0 - May 09, 2016 (28KB)

Runtime依存関係 (1):

Development依存関係 (3):

hoe ~> 3.15
minitest ~> 5.8
rdoc ~> 4.0

所有者:

作者:

  • Getty Images

SHA 256チェックサム:

c3341c58e8ebbead952ecab9bb08b442f090650be6715088bdeb86360f26aa30

累計ダウンロード数 2,637

このバージョンのみ 2,637

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: