Hi Bhuvana,
You wrote:
> I have put mutex
> lock for initialize and terminate commands
This might point to a usage error. XMLPlatformUtils::initialize() and
terminate must be called before and after all calls to the library
respectively. So you need to call them in a single-threaded context--i.e.,
before and after using mutexes makes any difference.
Cheers,
Neil
Neil Graham
Manager, XML Parser Development
IBM Toronto Lab
Phone: 905-413-3519, T/L 969-3519
E-mail: [EMAIL PROTECTED]
Bhuvana
Venkataraman To: [EMAIL PROTECTED]
<[EMAIL PROTECTED] cc:
oo.com> Subject: Fatal error from DOMError
07/28/2004 03:40
PM
Please respond to
xerces-c-dev
Hi,
I have a multithreaded application. I am instantiating
a DOMBuilder with DOMImplementationLS in Synchronous
mode. And I am parsing an xml file. I have put mutex
lock for initialize and terminate commands and also
for all the parser method access. But when I run with
700 or 800 threads, I get the
DOM_SEVERITY_FATAL_ERROR. I have no clue what is
happening. I would really appreciate if anybody can
help what could be the problem.
Thanks,
Bhuvana
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]