Competition: fast XML parser for charset labelling

Matthew Sergeant (EML) Matthew.Sergeant at eml.ericsson.se
Tue Apr 13 19:51:54 BST 1999


> -----Original Message-----
> From:	Chris Lilley [SMTP:chris at 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 at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list