Re: [xslt] XSLT Stylesheet usage in a mutithreaded environment



On Sun, Jul 13, 2003 at 01:50:44PM +0000, Argon Konay wrote:
> >From the previous mails at xml@gnome.org and xslt@gnome.org, I know that 
> re-using parsed XML documents, and XSLT stylesheets are thread safe. However 
> some points are not clear for me:
> 
> In a multithreaded application that caches parsed XML documents and XSLT 
> stylesheets, is it possible to transform XML documents with the same 
> stylesheet in different threads at the same time?

  this should work fine. The runtime do not modify the stylesheet themselves
they should only be accessed read-only.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]