Re: http pipelining
- From: Steve Holden <steve@xxxxxxxxxxxxx>
- Date: Fri, 27 Apr 2007 13:52:32 -0400
swq22@xxxxxxxxx wrote:
Which python module is capable of pipelining http requests?Oops, sorry, you meant sending requests in parallel, right?
(I know httplib can send mulitple requests per tcp connection, but in
a strictly serial way. )
You'll need to use either urllib or urllib2 for the web, and the threading module is one way to run parallel requests. It's fairly easy to use as long as you keep your tasks properly isolated form each other.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Recent Ramblings http://holdenweb.blogspot.com
.
- Follow-Ups:
- Re: http pipelining
- From: John J. Lee
- Re: http pipelining
- References:
- http pipelining
- From: swq22
- http pipelining
- Prev by Date: Re: http pipelining
- Next by Date: Re: Learning to use wxPython
- Previous by thread: Re: http pipelining
- Next by thread: Re: http pipelining
- Index(es):
Relevant Pages
|