Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize deletions #14

Open
ironfroggy opened this issue Dec 23, 2012 · 0 comments
Open

Synchronize deletions #14

ironfroggy opened this issue Dec 23, 2012 · 0 comments
Labels

Comments

@ironfroggy
Copy link
Contributor

For now, objects can only be added and updated. They cannot be deleted.

The problem is how to synchronize. The central server needs to know which things have been deleted to tell the clients, but doesn't know when clients might still be waiting for new delete messages.

  • Keep a list of all deleted keys, forever?
  • Send current keys when store sizes don't match?
  • Keep a list of recent deletions + send a full key list when counts don't match?

Most likely will do Option 1 first, and later upgrade this to Option 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant