Nested Editing Contexts
Nested Editing Contexts
- Subject: Nested Editing Contexts
- From: "Ted Archibald" <email@hidden>
- Date: Thu, 31 May 2007 11:42:36 -0600
In this instance, couldn't you have all the EOs you're using in the defaultEC then just transfer them into ERXEC via localInstancesOfObjects?
On 5/31/07,
Mike Schrag <email@hidden> wrote:
2) Closely related to that, it's very common to do a bunch of things in close succession. Think of rendering a page. You bind to all sorts of EO's, and every operation that touches EO's potentially needs a lock. If you were to turn on lock debugging, you'd see that Wonder is going to go locking and unlocking your EC. It's really just spending a lot of time doing things that it doesn't need to, and stack on top of that #1, that you really generally don't WANT sparse locking, and you get a recipe for obnoxious lock behavior.
_______________________________________________
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