concurrency and sessions
concurrency and sessions
- Subject: concurrency and sessions
- From: Jonathan Rochkind <email@hidden>
- Date: Mon, 21 Jul 2003 19:54:39 -0500
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.