You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by bu...@apache.org on 2004/02/08 05:16:31 UTC

DO NOT REPLY [Bug 13745] - XMLDB XUpdate Reference Implementation Not Thread-Safe

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13745>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

XMLDB XUpdate Reference Implementation Not Thread-Safe

vgritsenko@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|kstaken@xmldatabases.org    |xindice-dev@xml.apache.org
             Status|ASSIGNED                    |NEW



------- Additional Comments From vgritsenko@apache.org  2004-02-08 04:16 -------
The only static thing left in current version of xupdate is:
  public static TempTree tempTree = null;

So it is not thread safe yet.

Vadim