summaryrefslogtreecommitdiff
path: root/www/ruby-net-http-persistent/DESCR
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-12 17:29:56 +0000
committertaca <taca@pkgsrc.org>2011-08-12 17:29:56 +0000
commit93d9a78b59335b0f68dd338d3a260db462437eba (patch)
tree192c4581ca44fc09a2b82e1130871465045da169 /www/ruby-net-http-persistent/DESCR
parenta8c6c1d682e07604449df4757941c45fe47dfbaa (diff)
downloadpkgsrc-93d9a78b59335b0f68dd338d3a260db462437eba.tar.gz
Imporging www/ruby-net-http-persistent package version 1.8.1.
Manages 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.
Diffstat (limited to 'www/ruby-net-http-persistent/DESCR')
-rw-r--r--www/ruby-net-http-persistent/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ruby-net-http-persistent/DESCR b/www/ruby-net-http-persistent/DESCR
new file mode 100644
index 00000000000..f2cd5a67422
--- /dev/null
+++ b/www/ruby-net-http-persistent/DESCR
@@ -0,0 +1,11 @@
+Manages 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.