Atomic changes with Simperium? -


is there way ensure ordered atomic change set simperium?

i have data model has complex relationships associated. seems looking on things possible object graph enter in invalid state if communication pipe severed. there way indicate simperium group of changes belong together? helpful client or server prevent applying changes unless data "transaction" present keeping object graph in valid state.

presently it's expected relationships marked optional, allows objects synced , stored in order without technically violating model structure. relationships lazily re-established simperium @ first opportunity, if connection severed , later restored.

but approach pass burden application logic. code open source, , suggestions changes in regard welcome.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -