Re: ERXEC and locking
Re: ERXEC and locking
- Subject: Re: ERXEC and locking
- From: Mike Schrag <email@hidden>
- Date: Thu, 13 Aug 2009 08:39:12 -0400
I have been watching Chuck's podcast - "WebObjects Quite Good
Practices", and I would like to make absolutely sure that I
understand this correctly.
Q: Is it true to say:
---------
If I use ERXEC to create all my editingContexts, using:
EOEditingContext ec = ERXEC.newEditingContext();
then I do not have to worry about locking, it all happens
automagically.
assuming you have the appropriate properties set to autolock
---------
That is absolutely correct... but (there is always a but, isn't
it ;-) if you are not within a RR-loop (think of separate long
running threads, ...) you have to lock manually.
.. unless you use ERXRunnable
ms
_______________________________________________
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