Which python module is capable of pipelining http requests?
(I know httplib can send mulitple requests per tcp connection, but in
a strictly serial way. )
--
http://mail.python.org/mailman/listinfo/python-list
On Fri, 27 Apr 2007 13:50:21 -0400, Steve Holden <[EMAIL PROTECTED]>
wrote:
>[EMAIL PROTECTED] wrote:
>> Which python module is capable of pipelining http requests?
>>
>> (I know httplib can send mulitple requests per tcp connection, but in
>> a strictly serial way. )
>>
>>
>There's nothing in