Hi!,

There seems to be a typo in the explaination of isThreadSafe attribute for
page directive on page 46 of 1.1 spec.


<spec>If �false� then the JSP container shall dispatch multiple outstanding
client requests, one at a time, in the order they were received, to the
page implementation for processing.
</spec>

It should be true and the client requests can be serialed or executed FIFO.
i.e SingleThreadModel contract. More ever spec does not talk about container
instantiating
multiple servlets instance in this case that would avoid latency in
execution??

<spec>If �true� then the JSP container may choose to dispatch multiple
outstanding client requests to the page simultaneously.Page authors using
�true� must ensure that they properly
synchronize access to page shared state.
</spec>

It should be false and the client requests to the page should be executed
concurrently.

Regards,
Shiraz

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to