Re: about pipelinning

Tadashi NAKANO wrote:
> 
> I understand that HTTP request could be pipelined.
> According to RFC2068 HTTP client can send multiple requests without
> waiting for each response. But how can I discribe the request message?
> I tried to following request,but failed. Please advice me.

Read the paper on how libwww does pipelining and what it means at

	http://www.w3.org/Protocols/HTTP/Performance/Pipeline.html

When you use libwww, it in fact by default does pipelining for you.

--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Wednesday, 7 April 1999 09:12:17 UTC