I see the advantage of using the HttpSession object to maintain session
state, but would like to know if this has any adverse effect on scalability.
Microsoft Active Server Pages 2.0 takes a big scalability hit when objects
are stored as session variables. Can I safely assume Java's better threading
support makes this a non-issue when developing JSPs and servlets?

Thanks

Craig Arfman
Wellington, NZ

P.S. For what it's worth I just obtained a copy of "Professional Java Server
Programming", and am highly impressed with its coverage of servlets, JSP
etc. Thanks and congrats to the authors on this excellent book.

===========================================================================
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