Re: Tar Browsing

Hi Dan

> To potentially increase the speed of web browsing I propose the use of 
> archives to streamline downloading.  

Not a bad idea but then it would burden the User Agent with more
processing than is necessary. Also, the UA would have to implement the
whole "unarchive" idea. Java Applets have an implementation similar to
what you are proposing :

<applet src="blah.class" archive="cool.jar" ... 

and jar files are similar in use to tar files. Granted that this isn't
exactly the same as what you propose, but in a similar vain nonetheless.

Dan

Received on Tuesday, 7 November 2000 02:17:49 UTC