John Franey wrote: > Do the developers of xerces view this as a bug to fix or the > application of xerces must provide syncrhonization? By the way, for > my application to provide synchronizisation I need to sync on every > get* call in the DOM nodes, because all DOM node implementation behave > in this way. Please don't say I have to do this.
There is no easy way around it. If you are accessing the same document reference from multiple threads, you must provide the synchronization. The Xerces DOM implementation provides no locking and does not claim to be thread safe. -- Andy Clark * IBM, JTC - Silicon Valley * [EMAIL PROTECTED]
