Struts is not only thread-safe but thread-dependant.
The response to a request is handled by a light-weight Action object, rather than an individual servlet.
Struts instantiates each Action class once, and allows other requests to be threaded through the original object.
This core strategy conserves resources and provides the best possible throughput.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.