You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Chuck H. Zhao" <cz...@commonvision.com> on 2001/03/27 00:36:56 UTC

Re: [Bug 1119] New - New thread created by Transformer causes problem in Servlet Container

>Isn't there a third option: give the ability to hand in a thread to be used
>for the transformer thread??

If I use xalan inside a Servlet container or an EJB container, there is no 
API for getting a thread from the container.  And as I showed in the case 
of Weblogic, the servlet container relies on the assumption that only the 
execution thread it allocated for the servlet request should be writing to 
the ServletOutputStream.

-- Chuck Zhao