RE: concurrency in struts

2004-05-10 Thread Geeta Ramani
Yes, somebody did indeed answer better.. Please see Manfred Wolff's earlier response in this thread. :) > -Original Message- > From: Ludovic Maitre [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 9:08 AM > To: Struts Users Mailing List > Subject: Re: c

Re: concurrency in struts

2004-05-10 Thread Ludovic Maitre
Hello, I think, but i hope that somebody could answer better, that the servlet container will instantiate a new Servlet, and accompanying Action classes, if this is needed. As far as i know, in J2EE, this is the servlet container who is responsible for forking new threads for the clients on-de

concurrency in struts

2004-05-10 Thread Jignesh Patel
I am just wondering, how concurrent request will be handled by single Action class. Because for many form objects(as there are thousands of clients) there are only one action class. -- Jignesh Patel Project Leader Bang Software T

Re: concurrency in struts

2004-05-10 Thread Manfred Wolff (neusta)
chAction) 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

Re: concurrency in struts

2004-05-10 Thread Jignesh Patel
TECTED] > Sent: 10 May 2004 14:04 > To: Struts Users Mailing List; Geeta Ramani > Subject: Re: concurrency in struts > > > Hi Geeta, > Can you elaborate more? > > -Jignesh > > On Monday 10 May 2004 18:18, Geeta Ramani wrote: > > Jignesh: > > > >

RE: concurrency in struts

2004-05-10 Thread Daniel Perry
ginal Message- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: 10 May 2004 14:04 To: Struts Users Mailing List; Geeta Ramani Subject: Re: concurrency in struts Hi Geeta, Can you elaborate more? -Jignesh On Monday 10 May 2004 18:18, Geeta Ramani wrote: > Jignesh: > > The "exe

Re: concurrency in struts

2004-05-10 Thread Jignesh Patel
> (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

Re: concurrency in struts

2004-05-10 Thread Jignesh Patel
) > > Regards, > Geeta > > > -Original Message- > > From: Jignesh Patel [mailto:[EMAIL PROTECTED] > > Sent: Monday, May 10, 2004 8:54 AM > > To: Struts Users Mailing List > > Subject: concurrency in struts > > > > > > On Monday 10 May 2004 17:21, Jig

Re: concurrency in struts

2004-05-10 Thread Riyad Kalla
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, Jig

RE: concurrency in struts

2004-05-10 Thread Geeta Ramani
, 2004 8:54 AM > To: Struts Users Mailing List > Subject: concurrency in struts > > > 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 thousa

concurrency in struts

2004-05-10 Thread Jignesh Patel
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. -- Jignesh Patel Project Leader