Sylvain Wallez wrote: > > According to the JAXP spec, small synchronized blocks around calls to > SAXParserFactory.newSAXParser() and > DocumentBuilderFactory.newDocumentBuilder() should to the trick. This is > faster than pooling that involves much more code, including some > synchronized blocks.
My experience has been that pooling is considerably faster, at least with Xerces1. - Sam Ruby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]