http pipelining

2007-04-26 Thread swq22
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

Re: http pipelining

2007-04-27 Thread swq22
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