You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Emmanouil Batsis <Em...@eurodyn.com> on 2004/06/28 13:52:09 UTC

Threads access as readonly

Hi all,

I'd like to use a DOMDocument as a configuration holder for my 
servlet/filter and was hoping for some reassurance/help :-)

Is it ok to use XPathAPI/CachedXPathAPI in the same DOMDocument instance 
from my servlet/filter threads for *read-only* use? Further more, can I 
share XPathAPI/CachedXPathAPI instances between threads ?

Thanks,

Manos