>--> the performance constraints that come due to the use of struts
>framework.
>--> the constraints that come due to the use of actionservlet.

I have hardly noticed nay perf loss on using struts. Naturally, every
framework has some overheads but you got to trade off with the maintence and
scalablity perspective and patternized arch.

>--> How does the action servlet take care of multiple requests for
>the same web application ?

There will be only 1 ActionServlet instance. Any request that's coming to
webserver will be forwarded to ActionServlet. ActionServlet tries to assign
one Action instance from the pool. If it's not there, the new Action
instance will be created and assigned to the request.

HTH
Navjot Singh


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to