RE: [xslt] Thread safe?



> BTW has anybody tried libxslt in a threaded envt? for
> example embedded in a COM object?
> 

Yes.  I use libxml2/libxslt in an apartment threaded COM object (actually an
asynchronous pluggable protocol handler for Internet Explorer).  Haven't had
any problems as I know what the libxml2/libxslt globals are and make sure to
wrap those with thread safe wrappers when needed.  Haven't had any thread
related problems ever.



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