Hi Cocooners,

Are their any other Cocoon users having Threading Issues with xsltc?

Its seems that if you have a translat being compiled at the same time by two 
or more threads (instances of TraxTransformer) you will get issues because 
BCEL is not (by design) threadsafe as it users static methods and 
variables which seem to be overwriting each other???

Once the Translets get compiled however, such threading issues disappear.

Does anyone have expirence with this?

Regards,
Michael Melhem

Ps After locally patching org.apache.xalan.xsltc.trax.TemplatesHandlerImpl.java
with some synch code around the compile block, all seems OK.




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to