[
Lists Home |
Date Index |
Thread Index
]
- From: "Gavin Thomas Nicol" <gtn@eps.inso.com>
- To: <xml-dev@ic.ac.uk>, "'MURATA Makoto'" <murata@apsdc.ksp.fujixerox.co.jp>
- Date: Mon, 12 Apr 1999 23:01:43 -0400
> Integrate this into the Apache mod_mime (or other suitable place) so
> that, for all resources which mod_mime declares to be of type
> text/xml, the cached result is automatically used to output a MIME type
header
I think you'll find the cost of the cached result to be one the same order
(in terms of cost) as dynamically parsing the documents. I have found that
in such cases, basic system call overhead and CPU usage is roughly the same
(open and close calls, a couple of reads).
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|