Hi,
I have an application that requires simultaneous
access of the DOM tree.
Having created a DOM tree, I created a test case that
simulates 1100 threads access to a DOM tree, each
thread searching the DOM tree 15 times at 3 leaf
nodes.
The DOM tree was pre-loaded into memory before the
test was run.
I got the following error (I am actually using
weblogic's flavour of xerces)
java.lang.NullPointerException
at
weblogic.apache.xerces.dom.DeferredElementNSImpl.synchronizeData(DeferredElementNSImpl.java:147)
at
weblogic.apache.xerces.dom.ElementImpl.getTagName(ElementImpl.java:270)
Does anybody have any idea how to get TRUE concurrent
access to leaf nodes in the same DOM tree?
Cheers,
Herry
__________________________________________________
Do You Yahoo!?
Yahoo! Kickin' Party - Win a 5-star getaway to exotic Bali!
http://kickin.yahoo.com.sg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]