Allowing concurrent request handling
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.