would be nice to provide a mechanism so that the cache framework, ie ManagedObjectWatcher would be able to recover in case of temporary loss of connectivity. Right now I think it would just fail and since it runs on its own thread Ido not see how the surrounding framework could handle it.
Why would I need this: my application need to keep running even when VC is disconnected/rebooted, it could detect and take measures, but at the sime time should be able to go back to normal functioning as soon as VC is back up.
Thanks Elsa,
If the caching framework can re-connect, it then needs to cache the user/name and password. We need a way to signal the connection failure and let the watcher thread finish. Your app then creates a new cache upon reconnection. What do you think?
-Steve
Hi Steve, yes I think that would do it