Re: Synchronizing data displayed by two instances of my app
Re: Synchronizing data displayed by two instances of my app
- Subject: Re: Synchronizing data displayed by two instances of my app
- From: Arturo PĂ©rez <email@hidden>
- Date: Thu, 1 Apr 2004 21:29:26 -0500
On Apr 1, 2004, at 9:09 PM, Denis Stanton wrote:
Can anyone tell me if there is a simple time limit that determines how
long it will take for changes made to a database by one instance of my
application to show up for users of another instance?
If you're doing actual explicit fetches then there's a parameter you
can set.
There's also the EOFetchSpecification.setRefreshesRefetchedObjects.
And I just found this which looks like fun:
EODataBase.invalidateResultCacheForEntityNamed
Finally, the thing I was thinking of when I started to compose this:
EOEditingContext.setFetchTimestamp
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
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.