The FAQ http://xml.apache.org/xerces-c/faq-parse.html#faq-6 is some help
here. Quoting:

DOMStrings allow multiple concurrent readers. All DOMString const methods
are thread safe, and can be concurrently entered by multiple threads.
Non-const DOMString methods, such as appendData(), are not thread safe and
the application must guarantee that no other methods (including const
methods) are executed concurrently with them.

HTH,
Doug

> -----Original Message-----
> From: Tobias McNulty [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 06, 2001 11:27 AM
> To: [EMAIL PROTECTED]
> Subject: RE: DOMString class
> 
> 
> Also, do any of these functions do something funky with threading? 
> My library is in a delicate state as it has been loaded by Java's 
> System.loadLibrary function.
> 

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

Reply via email to