Re: DOMWriter thread safety

2003-10-29 Thread Sean Kelly
On Mon, 27 Oct 2003, James Williams - Sun East Coast IR Development wrote: > > > When two or more parser instances exist in a process, the instances can > > be used concurrently, without external synchronization. That is, in an > > application containing two parsers and two threads, one parser can

Hi,Re: DOMWriter thread safety

2003-10-28 Thread Gareth Reakes
Hi, from a quick look at the code I would agree with you that the answer is no. I will put on the todo list to check out this stuff and improve the documentation before the next release. Gareth On Mon, 27 Oct 2003, James Williams - Sun East Coast IR Development wrote: > do the same rul

DOMWriter thread safety

2003-10-27 Thread James Williams - Sun East Coast IR Development
do the same rules that apply to parser instances apply to DOMWriter instances with respect to thread safety? The FAQ says the following about parser instances: Within an address space, an instance of the parser may be used without restriction from a single thread, or an instance of the parser ca