HTTP 1.1 pipelining

noviceUser linuxarticles at yahoo.com
Mon May 17 11:36:24 EDT 2004


can some one guide me how to use HTTP 1.1 pipelining in Python.

Client will generate 3 get requests continuously as shown below and
then read the response for each GET request.

Algorithm
----------
GET(ur1_l)
GET(url_2)
GET(url_3)
readResponse(url_1) 
readResponse(url_2)
readResponse(url_3)

i m a python newbie and pls forgive me if this question sounds silly.
thanks in advance for any help.



More information about the Python-list mailing list