Hi: Some concurrency issues that are bugging me:
Assuming that I have something like this in my jsp:
application.setAttribute("TableColour", tableColour);
What if another thread is executing the same bit of code?
Is there any concept of 'locking' to prevent other threads getting hold
of "TableColour" while I'm writing to it?
Also, if I have something like this:
<%@ include file="test.html" %>
If I'm running a site with lots of concurrent users, are there any problems with users
trying to access the test.html file at the same time?
Cheers
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html