Re: Running concurrent Mulithreaded Application
Re: Running concurrent Mulithreaded Application
- Subject: Re: Running concurrent Mulithreaded Application
- From: Tanmoy Roy <email@hidden>
- Date: Wed, 31 Aug 2005 10:29:03 +0530
Hi David, Praveen,
Thanks a lot for the help. I hope I need to add
WOAllowsConcurrentRequestHandling parameter in my Java Monitor. Do I
need to add something in my code for this?
Thanks,
Tanmoy
On 8/30/05, David Koski <email@hidden> wrote:
> Crash might be too strong a word -- if you don't have
> WOAllowsConcurrentRequestHandling set to true, it will just block on
> concurrent requests. Basically the worker threads will read in the
> requests concurrently but will not be dispatched through the
> application concurrently.
>
> dk
>
> On Aug 30, 2005, at 6:03 AM, Praveen Boppana wrote:
>
> > Hi Tanmoy,
> >
> > You need to set Concurrent Request Handling to Yes for your Web
> > application to handle
> > requests simultaneously. Otherwise if the application receives two
> > requests at the same time,
> > Your application might crash.
> >
> > Praveen
> >
> > On Aug 30, 2005, at 6:23 AM, Tanmoy Roy wrote:
> >
> >
> >> Hi all,
> >> We have a requirement of running a Multithreaded application in
> >> WebObjects. We found that there is a parameter
> >> "WOAllowsConcurrentRequestHandling" which can be added to the Java
> >> monitor. But I am not sure what it does and whether it will serve our
> >> purpose or not. Any pointers in this regard will be of great help.
> >>
> >> --
> >> Thanks,
> >> Tanmoy
> >> _______________________________________________
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list (email@hidden)
> >> Help/Unsubscribe/Update your Subscription:
> >> email@hidden
> >>
> >> This email sent to email@hidden
> >>
> >>
> >
> > _______________________________________________
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list (email@hidden)
> > Help/Unsubscribe/Update your Subscription:
> > 40mac.com
> >
> > This email sent to email@hidden
> >
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
--
Best,
Tanmoy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden