Re: concurrency and sessions
Re: concurrency and sessions
- Subject: Re: concurrency and sessions
- From: Hsu <email@hidden>
- Date: Mon, 21 Jul 2003 21:08:28 -0700
True. To get a session, you check it out of the session store. Once a
session has been checked out, it may not be checked out again until it
has been checked in first.
Karl
On Monday, July 21, 2003, at 05:54 PM, Jonathan Rochkind wrote:
True or false:
Even with allowsConcurrentRequestHandling set to true, WO will enforce
non-concurrent access to a given Session. That is, if a request to a
given WOSession is currently processing, another request to that
session will block until the first request is done. EVEN IF you have
never accessed the defaultEditingContext(), which potentially means a
defaultEditingContext() doesn't exist yet (since the documentation
says it is lazily created).
True or false?
--Jonathan
_______________________________________________
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.
--
One flew east,
One flew west,
One flew over the cuckoo's nest.
Homepage:
http://homepage.mac.com/khsu/index.html
_______________________________________________
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.