• 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
Allowing concurrent request handling
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Allowing concurrent request handling


  • Subject: Allowing concurrent request handling
  • From: Nick Pilch <email@hidden>
  • Date: Thu, 1 May 2003 11:36:10 -0700

I am trying to turn on concurrent request handling in my app. I can't seem to get it turned on. I set the property "WOAllowsConcurrentRequestHandling" to true and indeed the app prints out the value as true when the app starts up.

However, if I print out the value of Application.allowsConcurrentRequestHandling(), it returns false.
Printing out some related values returns:
isConcurrentRequestHandlingEnabled() = false
adaptorsDispatchRequestsConcurrently() = true


isConcurrentRequestHandlingEnabled = adaptorsDispatchRequestsConcurrently() && isConcurrentRequestHandlingEnabled() according to the documentation.

However, if I call Application.setConcurrentRequestHandling(true), then I get :
allowsConcurrentRequestHandling() = false.
isConcurrentRequestHandlingEnabled() = true
adaptorsDispatchRequestsConcurrently() = true


Strange! The app does not seem to exhibit and concurrent request handling behavior in any case. Any clues anybody?

--

Nick Pilch / email@hidden
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: WO 4.0 to 4.5 on W2K
  • Next by Date: Re: hyperlink problem in direct to web app
  • Previous by thread: WO 4.0 to 4.5 on W2K
  • Next by thread: Re: hyperlink problem in direct to web app
  • Index(es):
    • Date
    • Thread