As per the discussions on this thread, the DOM implementations even when you only do only 'read' operations are not thread safe.
---------------------------------------- David A. Lee [email protected] http://www.xmlsh.org -----Original Message----- From: Andrew Welch [mailto:[email protected]] Sent: Thursday, June 09, 2011 6:39 AM To: [email protected] Cc: [email protected] Subject: Re: DOM thread safety issues & disapearring children On 9 June 2011 10:57, David Lee <[email protected]> wrote: > Along this lines, there are thread save read-only XML tree models available, just not DOM. > Saxon's tree model is thread safe during read operations. I believe XOM is as well (not 100%). How can anything that is read-only not be thread safe? -- Andrew Welch http://andrewjwelch.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
