[5577] in www-talk@info.cern.ch
Re: Holding connections open: an immodest proposal
daemon@ATHENA.MIT.EDU (Karl Auerbach, cavebear Tools and )
Wed Sep 14 13:23:09 1994
Date: Wed, 14 Sep 1994 19:11:09 +0200
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: karl@cavebear.com
From: karl@cavebear.com (Karl Auerbach, cavebear Tools and Technologies, 408/427-5280)
To: Multiple recipients of list <www-talk@www0.cern.ch>
> 1) Loading all data segments associated with an object (eg html + inline images)
> 1 is solved best through use of MIME multipart type. The browser does a request
> and gets back the complete object as a single document, inline images and all.
> This is currently being added to the library but slowly :-(
The problem with this is when there is a cache in the middle that
already has the inline images.
Indeed, I find that with caching hold-time parameters, the main
document is often timed out while the inlines remain in the cache
longer.
Given that by my measurements, inlines outnumber base documents on
about a 6 or 8 to 1 ratio, a loss of cache effectiveness for
inlines would significnatly harm overall performance.
--karl--