Re: question

At 17:01 12/16/98 +0900, Tadashi NAKANO wrote:
>
>I'm useing WWW Robot to get the round trip time to a html file
>including the time to get the inline image file.
>I think the WWW Robot to get the object with using one connection.
>Other client soft such as Internet Exproler uses two connection.
>Can I make the robot to use two connection or more to get the object.
>If I can, please help me.

No, but if you are talking to a HTTP/1.1 server then a single connection is
very likely to be faster, see

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

for a discussion of pipelining. IE doesn't do pipelining.

Henrik


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

Received on Wednesday, 16 December 1998 09:23:02 UTC