You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it also safe to use the same instance between routines ?
I wouldn't assume so, at least not without synchronization. For instance I don't believe that libxml2 and libxslt are necessarily threadsafe themselves (e.g., depending on version, depending on compile flags such as --with-threads for libxml2).
Is a single *Stylesheet safe for re-use ?
Is it also safe to use the same instance between routines ?
The text was updated successfully, but these errors were encountered: