Hello:
We are using selectSingleNode and selectNodes in a web application and finding a serialization of requests through the Xalan package. In particular, when using these functions, the org.apache.xalan.lib.Extensions is loaded in each thread for one of the constructors. This causes a natural contention among threads a single class loader is used regardless of the thread.
My question is how one would work around this limitation in the current implementation. I would guess that we need to decompose these function calls into smaller APIs and piece them back together. Does anyone have any suggestions that might remove this contention on the Extensions class?
Thanks,
Glenn Boysko
[EMAIL PROTECTED]
P.S.: This is the subject of bug #3266.
