twisted much?

Chris McCormick chris at mccormick.cx
Wed Jun 15 12:41:20 BST 2005


On Wed, Jun 15, 2005 at 01:15:08PM +0200, Fredrik Lundh wrote:
> Chris McCormick wrote:
> 
> > > Also note that http/1.1 prohibits more than 2 concurrent connections to
> > > a single hostname:port combination, and that is only allowed so that you
> > > can use one connection for interactive (small) requests and one to
> > > pipeline the bulk of the data through.
> >
> > Please excuse my ignorance, but what's wrong with using Python's
> > BaseHTTPServer in threaded mode for this?
> 
> as the name implies, BaseHTTPServer implements a server, which makes it
> a bit less useful as a client.

Oh boy. Check out my enormous brain.

Best regards,

Chris.

-------------------
chris at mccormick.cx
http://mccormick.cx




More information about the bazaar mailing list