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,
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
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