From 71e647f7a1ec074c8bdba12b795d1fd2573348ca Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 17 Apr 2013 09:33:22 +0200 Subject: grbrute: note about pipelining --- toys/grbrute.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'toys') diff --git a/toys/grbrute.py b/toys/grbrute.py index 414fd53..fbdc8bc 100644 --- a/toys/grbrute.py +++ b/toys/grbrute.py @@ -6,10 +6,11 @@ import time import warnings # grbrute - asynchronous URL fetcher based on grequests -# Uses multiple simultaneous connections (HTTP/1.1) and multiple parralel -# requests per connection. +# Uses multiple simultaneous connections and reuses them (HTTP/1.1) # 2013, Laurent Ghigonis +# XXX urllib3 and therefore requests do not support pipelining ... + # Python grequests ressources : # http://stackoverflow.com/questions/16015749/in-what-way-is-grequests-asynchronous # https://github.com/kennethreitz/grequests/issues/13 -- cgit v1.2.3-59-g8ed1b