These sorts of posts are getting very tiresome. Not only is there a FAQ
available for Xalan-C++ which answers this question, there is a sample
which illustrates how to do thread-safe processing.
http://xml.apache.org/xalan-c/faq.html#faq-12
http://xml.apache.org/xerces-c/faq-parse.html#faq-5
xml-xalan/c/samples/ThreadSafe
Please read the documentation and look at the sample applications before
you post a question to the list.
Dave
Bharat Kumar
<kumar.bharat@worldne To: [EMAIL PROTECTED]
t.att.net> cc: (bcc: David N
Bertoni/CAM/Lotus)
Subject: Thread safety question
06/03/2001 12:19 AM
Please respond to
xalan-dev
Hi,
I was wondering if Xalan C++ (and associated Xercses C++) are
thread safe? I wanted to create a multi-threaded server, where each
thread was processing a request that required some XSLT transformations.
Thanks,
-Bharat