[
Lists Home |
Date Index |
Thread Index
]
- From: "Matthew Sergeant (EML)" <Matthew.Sergeant@eml.ericsson.se>
- To: "'Chris Lilley'" <chris@w3.org>, Gavin Thomas Nicol <gtn@eps.inso.com>
- Date: Tue, 13 Apr 1999 16:12:49 +0200
> -----Original Message-----
> From: Chris Lilley [SMTP:chris@w3.org]
>
> Gavin Thomas Nicol wrote:
> >
> > > 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).
>
> Thanks for sharing that experience; well, it certainly makes the code
> even easier!
>
Just got my copy of "Apache modules in Perl and C" today, so it
should be into the level of "trivial" rsn... I've got the first bit:
if (/<\?xml(.*?)\?>/) {
...
}
:-)
Matt.
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)
|