EOSharedEditingContext Useful for Read-Mostly?
EOSharedEditingContext Useful for Read-Mostly?
- Subject: EOSharedEditingContext Useful for Read-Mostly?
- From: Hunter Hillegas <email@hidden>
- Date: Mon, 26 Jul 2004 16:05:41 -0700
I have an app with a relation as follows:
Hotel<->>HotelComment
Users NEVER modify a Hotel EO. A cron job does run that modifies the
Hotels, once per night.
HotelComments are created and editing by users regularly.
From the JavaDoc, it sounds like EOSharedEditingContext is not
appropriate for my Hotel EOs but in the interest of doing things
correctly/efficiently, I wanted to ask. The app's main use is read-only
Hotel EO display... About 80% of the users just read.
Thanks,
Hunter
_______________________________________________
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.