• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Running concurrent Mulithreaded Application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running concurrent Mulithreaded Application


  • Subject: Re: Running concurrent Mulithreaded Application
  • From: Praveen Boppana <email@hidden>
  • Date: Wed, 31 Aug 2005 09:00:30 -0400

Yes, Crash is probably little too strong.
When we didn't have this option setup.
If the application receives requests at the same time, causing the threads to lock and marking application non responsive.
We had to restart the application every time to make it to work.


Tanmoy - You need to go to your Monitor(Config) add this argument under Additional Arguments
WOAllowsConcurrentRequestHandling YES


Thanks
Praveen

On Aug 31, 2005, at 12:59 AM, Tanmoy Roy wrote:

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:
40gmail.com


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
  • Follow-Ups:
    • Re: Running concurrent Mulithreaded Application
      • From: Praveen Boppana <email@hidden>
    • Re: Running concurrent Mulithreaded Application
      • From: David LeBer <email@hidden>
References: 
 >Running concurrent Mulithreaded Application (From: Tanmoy Roy <email@hidden>)
 >Re: Running concurrent Mulithreaded Application (From: Praveen Boppana <email@hidden>)
 >Re: Running concurrent Mulithreaded Application (From: David Koski <email@hidden>)
 >Re: Running concurrent Mulithreaded Application (From: Tanmoy Roy <email@hidden>)

  • Prev by Date: Re: Finding deprecated API
  • Next by Date: Re: Running concurrent Mulithreaded Application
  • Previous by thread: Re: Running concurrent Mulithreaded Application
  • Next by thread: Re: Running concurrent Mulithreaded Application
  • Index(es):
    • Date
    • Thread