Closed qligier closed 1 year ago
@qligier sorry for that very late response - I missed it :(
You are right, the SchematronResourceXSLT
is thread-safe after being initialized. Hope you figured that out yourself as well :)
Thank you for the answer! I think I assumed it was, after looking a bit at the code.
Hi,
I'm wondering if
SchematronResourceXSLT
is thread-safe when initialized?SchematronResourcePure
says in its javadoc that it's thread-safe when it's initialized because the underlying cache is thread-safe. AsSchematronResourceXSLTCache
is also thread-safe, can we assume the same forSchematronResourceXSLT
(once the XSLT has been compiled)?Thanks!