Riyad,
But does this methods are synchronized? Otherwise if two threads execute at 
the same time they can access the method at the same time. And result will be 
big mess.

-Jignesh
On Monday 10 May 2004 18:29, Riyad Kalla wrote:
> This question is actually what made me sign up to this mailing list...
> the answer is that there is no implicit concurrency. All your
> work/variables in Actions should be method-scoped and not use ANY class
> variables because of this. My specific questions was that I wanted to
> use a class variable "ActionErrors" so any of my methods
> (DispatchAction) could add errors without initializing a new ActionError
> instance, and return it. But this is incorrect and can/will introduce
> problems.
>
> So there is no concurrency in Struts.
>
> Jignesh Patel wrote:
> >On Monday 10 May 2004 17:21, Jignesh Patel wrote:
> > I am just wondering, how concurrent request will be handled by single
> > Action class. Because for many form objects(as there are thousands of
> > browser running with jsp forms) and there is only one action class.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Jignesh Patel
Project Leader
____________________________________________________________
Bang Software Technolgy Pvt. Ltd.

 
 (E) [EMAIL PROTECTED]

 (T) 091 484 3942132


 B-4, Smart Business Centre,
 Infopark, SDF IT Building,
 Kusumagiri P.O.,Kakkanad,
 Kochi - 682030,
 Kerala,
 India.

 Information contained in this transmission to the named  addressee, including 
any attachments thereto, should be
 considered the proprietary and confidential information of the sender.  As a 
condition for viewing the information,
 the sender agrees to keep the information confidential, to  refrain from 
disclosing the information, directly or
 indirectly, and to refrain from any actions that would  constitute or 
facilitate unauthorized access to the 
 information without express permission from the sender. The recipient also 
acknowledges and agrees to respect
 sender's intellectual property rights in and to the  information.  If the 
recipient of this transmission is not
 the named addressee, the recipient should immediately notify the sender and 
destroy the information transmitted
 without making any copy or distribution thereof. 

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

Reply via email to