- Struts is not only thread-safe but thread-depenedent.
- The response to a request is handled by light weight Action object, rather than an individual servlet.
- Struts instanciate each Action class once and allows other request to threaded through the orginal object.
- This core strategy conserves resources and provides the best posible throughput.
- A properyly-designed application will exploit this further by routing realated operations through a single action.
Blog Archive
-
▼
2009
(17)
-
▼
April
(16)
- Use of ActionErrors in struts
- Anatomy of ActionForm
- Life Cycle of Struts Request
- Struts and MVC
- 10 Tips: How to Optimise Your Website in a Web 2.0...
- Struts or JSF? Struts and JSF?
- processNoCache() : Disables Back Button of All Bro...
- struts flow
- differences between bean:message and bean:write
- validate() and reset() methods
- validator-rules.xml and validation.xml files
- Struts - DynaForm validation
- What is difference between ActionForm and DynaActi...
- Creating Your own RequestProcessor
- Is Struts Thread Safe ?
- RequestProcessor in struts and how it works
-
▼
April
(16)
Wednesday, April 1, 2009
Is Struts Thread Safe ?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment