Re: Asynch requests/responses [Was Re: How can I handle an HT_UPGRADE 101 Message?]

Stuart Myles wrote:

> However, so far as I can see, even if I make multiple requests to the same
> server,
> each request is not written to the server until the previous one terminates.

I take it back!

My requests are being pipelined.  However, libwww only starts pipelining
of requests after the first one completes (since, at this point, libwww can
know whether or not the server supports pipelining).  I had assumed
that if I asked for pipelining, then I would get pipelining of all requests,
without question.

More experimentation and reading of the source revealed the true
situation and the error of my assumption.

smyles :)
--
Stuart Myles -- smyles@wsj.com -- 609-520-7147 -- http://wsj.com

Received on Tuesday, 2 March 1999 16:37:28 UTC