You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Dean Roddey <dr...@portal.com> on 2001/03/03 01:02:33 UTC

RE: Help! Xerces throws exceptions in parser for Windows NT - if multiple threads are attempting to parse concurrently

If you synchronized access to the parse() method, and it still happened,
then it couldn't hardly be anything to do with timing. Have you printed out
the exception to see what's in it? Catch it by the base exception class, and
just dump it out.

--------------
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
droddey@portal.com



-----Original Message-----
From: Jenny Lee [mailto:jlee@quack.com]
Sent: Friday, March 02, 2001 8:52 AM
To: xerces-c-dev@xml.apache.org
Subject: Help! Xerces throws exceptions in parser for Windows NT - if
multiple threads are attempting to parse concurrently


Hello,
Has anyone else had this difficulty:  Xerces throwing an exception if
multiple threads are parsing concurrently.