Hello guys,

My app recieves an XML doc that is parsed using commons-digester. As a digester instance is not thread-safe, I have to build a new digester on every incoming request based on my rules file. Is there a way to create a "template" digester from rules and to "clone" for a specific thread, to avoid parsing the rules on each request ?
Or is it better to use a digester pool ?

Nico.



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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

Reply via email to