Your plan sounds like a good one to me. For extra efficiency, you might also want to keep track of what calls you have pending. For instance, you may have issued a call to get the data but it has not yet arrived. Just depends on how nice you want to be to your server.

Cheers,
Lach


On 07/12/2006, at 4:06 AM, Brian Holmes wrote:

For fairly static data that is bound to many different views, I only want to go to the server when the data's not there.
My first inclination on handling this is to look at the ModelLocator to see if the data is null or not and act accordingly and that works great.

So I was wondering where and how other people are managing this kind of logic.


Thanks,
Brian.

Reply via email to