Re: SharedEditingContext Write Locks?
Re: SharedEditingContext Write Locks?
- Subject: Re: SharedEditingContext Write Locks?
- From: Ben Trumbull <email@hidden>
- Date: Fri, 18 Nov 2005 11:18:44 -0800
At 3:33 PM +1100 11/18/05, Lachlan Deck wrote:
Could you perhaps create a subclass of EOSharedEditingContext,
setting it as the default SEC, and
- implement a readers-writer locking process that will queue readers
if a writer is in the queue so that writer(s) don't get starved.
- i.e., when the change notification comes through you have a writer...
If livelock is a problem, you can use a larger granularity lock, such
as in the request handling. Basically, your very very busy readers
will need to cooperate.
Or you could file a bug.
--
-Ben
_______________________________________________
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