Michael Melhem wrote:

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.

Can you notify Xalan guys about this issue? Or may be sent'em a patch?


Vadim



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

Reply via email to