2011/2/21 Brendan <[email protected]>

> Hi,
>
> I want to design a system where each client has a embedded db to store only
> a subset of a master server db of all clients.  Then, should I design a
> server plug in to extend the currently stateless server services to support
> transaction by simply wrap few requests into one atomic request and respond?
> Also, modify your online backup to synchronization the clients according to
> these transactions.
>

Are you trying to serve only a subset of the transaction stream to each
client? I don't think that's possible and your data can get in a pretty
weird state. What is the problem you are trying to solve which can't be
solved with, say, normal high availability?

>
> I'm sure there is a better idea.  Please let me know if you have.
>
> Brendan
>
> Sent from my iPad
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [[email protected]]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to