Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37377726
en ru br
ALT Linux repos
S:4.0.1-alt1

Group :: Development/Ruby
RPM: gem-net-http-persistent

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.0.1-alt1
Build date: 17 april 2022, 16:53 ( 104.5 weeks ago )
Size: 24.87 Kb

Home page:   https://github.com/drbrain/net-http-persistent

License: MIT
Summary: Thread-safe persistent connections with Net::HTTP
Description:

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.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-net-http-persistent-doc
  • gem-net-http-persistent
  • gem-net-http-persistent-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin