RE: Xalan2 in server environment (was Xalan2 Stree Module spans sec ondthread to do transform?)

2001-01-10 Thread Jess Holle and Wendy Vidlak
Thanks, Scott. I doubt it does the trick generally for EJB, but it does the trick for our app server :-) EJB is unkind to threaded algorithms to the point that I see this as a major hole in EJB, though I suppose you could hide this in a Connector and potentially skirt some of the

Re: Xalan2 in server environment (was Xalan2 Stree Module spans sec ondthread to do transform?)

2001-01-09 Thread Scott_Boag
In response to this I've created the following method in org.apache.xalan.TransformerImpl: /** * Create a thread for the transform. This can be overridden by derived * implementations to provide their own thread, for thread pooling and the * like. * * @return thread suitable

Re: Xalan2 in server environment (was Xalan2 Stree Module spans sec ondthread to do transform?)

2001-01-07 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: "Roytman, Alex" [EMAIL PROTECTED] wrote: One part which is sensitive to thread origin in my opinion is Extensions In extensions people can do all sorts of things. Yep, I can see that. It sounds like we should at least provide a property to turn off the

Re: Xalan2 in server environment (was Xalan2 Stree Module spans sec ondthread to do transform?)

2001-01-06 Thread Scott_Boag
"Roytman, Alex" [EMAIL PROTECTED] wrote: One part which is sensitive to thread origin in my opinion is Extensions In extensions people can do all sorts of things. Yep, I can see that. It sounds like we should at least provide a property to turn off the threading, which we should probably do