• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: JavaClient offline storage / replication
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JavaClient offline storage / replication


  • Subject: Re: JavaClient offline storage / replication
  • From: John Ours <email@hidden>
  • Date: Wed, 15 Apr 2009 13:13:08 -0400


On Apr 15, 2009, at 12:55 PM, Stamenkovic Florijan wrote:

And tougher still if the data you are caching can get modified on the server while the client is disconnected. Then you have some interesting update conflicts to handle. This can be a real tough nut to crack.

Yeah, data freshness in general would be a pain. However one would handle it, some serious confusion for the users is inevitable. The only reasonable way out of this that I can see is to make the cached data read-only.



We do these sort of occasionally-connected systems on the .NET platform a lot using MSSQL Desktop -> MSSQL Server replication. If you're clever about what the user needs statically and what they need to update then it's not that bad. Take a salesman in the field for example...his usage pattern is over a set of records for his clients in his territory. He needs other data but probably doesn't need to edit it when he's off-line, and changes to it can move much more slowly than his own stuff. OCC is a pretty poor choice for a system with high concurrency, but you can usually solve the business problem by analyzing where concurrent access is likely and limiting those operations when the user goes off-line.


John




_______________________________________________ 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
  • Follow-Ups:
    • Re: JavaClient offline storage / replication
      • From: David Avendasora <email@hidden>
References: 
 >JavaClient offline storage / replication (From: John Huss <email@hidden>)
 >Re: JavaClient offline storage / replication (From: Stamenkovic Florijan <email@hidden>)
 >Re: JavaClient offline storage / replication (From: David Avendasora <email@hidden>)
 >Re: JavaClient offline storage / replication (From: John Huss <email@hidden>)
 >Re: JavaClient offline storage / replication (From: Chuck Hill <email@hidden>)
 >Re: JavaClient offline storage / replication (From: Stamenkovic Florijan <email@hidden>)

  • Prev by Date: Re: JavaClient offline storage / replication
  • Next by Date: Re: WOHTTPConnection ok to cache?
  • Previous by thread: Re: JavaClient offline storage / replication
  • Next by thread: Re: JavaClient offline storage / replication
  • Index(es):
    • Date
    • Thread