Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
SingleThreadModel Deprecated
In the Servlet 2.4 specification SingleThreadModel has been deprecated, why?
✍: FYICENTER.com
Because it is not practical to have such model. Whether you set isThreadSafe to true or false, you should take care of concurrent client requests to the JSP page by synchronizing access to any shared objects defined at the page level.
2007-04-03, 4949👍, 0💬
Popular Posts:
What metrics will you look at in order to see the project is moving successfully? Most metric sets d...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...
How To Use "IF" Statements on Multiple Conditions? - Oracle DBA FAQ - Understanding PL/SQL Language ...
Assuming that the structure of a table shows two columns like this: --------+------------+-- ----+---...
What is the purpose of the wait(), notify(), and notifyAll() methods? The wait(),notify(), and notif...