On 5/18/07, jasdeep <[EMAIL PROTECTED]> wrote:

But then i thought it may have serious performance penalty as struts action
is using single thread model (AFAIK).

This is not a correct assumption.  In Struts 1, there is a single
*instance* of each Action, but it can be processing multiple requests
(on multiple threads) at once.

Craig

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

Reply via email to