Re: Running concurrent Mulithreaded Application
Re: Running concurrent Mulithreaded Application
- Subject: Re: Running concurrent Mulithreaded Application
- From: David Koski <email@hidden>
- Date: Tue, 30 Aug 2005 07:39:23 -0700
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