http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2335

*** shadow/2335 Wed Jul 11 08:29:53 2001
--- shadow/2335.tmp.9815        Wed Jul 11 08:44:23 2001
***************
*** 36,39 ****
  ------- Additional Comments From [EMAIL PROTECTED]  2001-07-11 08:29 -------
  I hate to ask it.. but do you know that DOM does not provide any support for 
  concurrent access? It is application that have to do the synchronization.
! Do you synchronize the access to DOM in your application?
--- 36,45 ----
  ------- Additional Comments From [EMAIL PROTECTED]  2001-07-11 08:29 -------
  I hate to ask it.. but do you know that DOM does not provide any support for 
  concurrent access? It is application that have to do the synchronization.
! Do you synchronize the access to DOM in your application?
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-07-11 08:44 -------
! The document that I read and iterate on is read only. Synchronized access to 
! read only documents is a big performance hit for us. Also, I have seen the null 
! pointer exception on documents that have function scope       (document reference is 
! created locally on the stack).

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

Reply via email to