Lukasz Matuszczak wrote:
Is it possible to build many documents at the same time (many threads) using the same instance of SAXDocumentFactory?

   Absolutely not.

Should I create many instances of SAXDocumentFactory in my DocumentLoader extension? Is this class lightweight or is it expensive to create many instances of it?

   It is fairly light weight, mostly it just holds a small amount of
state to properly build a DOM from the SAX events.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to