I'm curious to know what can possibly be accomplished by attempting to write
out ten different parts of the reply in random order at the same time?
It doesn't really matter because the RequestDispatcher.include() must be
executed in the same thread that called your servlet's service() method (If
there is a bug in your servlet container it is not implementing this
constraint) and furthermore you are forbidden from passing the
ServletRequest and ServlerResponse objects to another thread -- they are not
thread safe. So whatever you are trying to accomplish with this example, it
is time to find another way to do it.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html