Re: Datalytics' xSpeed blazes through Web pages

Rohit Khare (khare@w3.org)
Mon, 25 Nov 1996 21:49:20 +0100


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>=95A feature that anticipates links a user could follow on a given Web
>page begins pre-loading those pages before the user clicks on the links.

This seems like a really bad idea. If every user running a browser is doi=
ng
HTTP communicaitons X% of the time their browser is running, this means
that each browser will now be performing HTTP communications X+n% of the
time. So in one fell swoop, this technology increases each browser's
contribution to net congestion.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Well, that all depends on the 'hit rate' of its prefetching. I can imagin=
e
a very smart prefetcher that would not increase X but would dramatically
decrease latency: it would see that I never follow ad links, but always
follow cringely when I get to InfoWorld. It would know to prefetch
cybertimes and never NY Sports.

Finally, if there is a caching proxy intermediate, then the prefetching
results are really being shared organization-wide, and the load never hit=
s
the public Internet either.

All in all, a potential win.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>=95Page-streaming HTTP loads an entire Web page all in one shot rather
>than in intermittent connections.

Is this just a persistent connection? If a web page is larger than the
packet sizes between the client and server, you certainly can't load a we=
b
page in one shot (whatever a shot is).
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Just persistent connections. Marketing BS.