You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by vasslee <re...@zsl.com> on 2011/05/19 09:21:24 UTC

Login Page

Hi All,

I have struts login page.10 concurrent users logged that screen.Now 
1.How many instances are created in ActionServlet?.
2.How many instances are created in ActionForm?.

Regrads,
Vass

--
View this message in context: http://struts.1045723.n5.nabble.com/Login-Page-tp4408957p4408957.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Login Page

Posted by Dave Newton <da...@gmail.com>.
Sounds like an interview question to me.

In general I think it's better for everyone to provide
hints/pointers/links/etc. instead of outright answers--at least that
way the OP will have *some* actual clue instead of simply
regurgitating the knowledge of others, leading to more work for
someone else down the line.

Dave

On Thu, May 19, 2011 at 11:18 AM, Chris Pratt <th...@gmail.com> wrote:
> You appear to be askin about astruts 1.x, since 2.x doesn't make use of
> ActionForm's any longer.  So, in Struts 1.x, there would be one instance of
> ActionServlet ans ten instances of ActionForm.
>
>  (*Chris*)

> On May 19, 2011 2:07 AM, "vasslee" <re...@zsl.com> wrote:
>> Hi All,
>>
>> I have struts login page.10 concurrent users logged that screen.Now
>> 1.How many instances are created in ActionServlet?.
>> 2.How many instances are created in ActionForm?.
>>
>> Regrads,
>> Vass
>>
>> --
>> View this message in context:
> http://struts.1045723.n5.nabble.com/Login-Page-tp4408957p4408957.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Login Page

Posted by Chris Pratt <th...@gmail.com>.
You appear to be askin about astruts 1.x, since 2.x doesn't make use of
ActionForm's any longer.  So, in Struts 1.x, there would be one instance of
ActionServlet ans ten instances of ActionForm.
  (*Chris*)
On May 19, 2011 2:07 AM, "vasslee" <re...@zsl.com> wrote:
> Hi All,
>
> I have struts login page.10 concurrent users logged that screen.Now
> 1.How many instances are created in ActionServlet?.
> 2.How many instances are created in ActionForm?.
>
> Regrads,
> Vass
>
> --
> View this message in context:
http://struts.1045723.n5.nabble.com/Login-Page-tp4408957p4408957.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>