Hi everyone,

I am using Xalan for AIX. I was wondering if there is any way to share compiled stylesheets among different processes. In our environment we have multiple Unix processes that communicate via shared memory. Is there any way to tell the XalanTransformer to somehow stick the compiled stylesheet tree into shared memory? Right now, whichever process actually compiles the style sheet owns that memory, and if another process tries to access that stylesheet the program segv's. Thanks for any help.

--Ryan



Reply via email to