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

Replication / Synchronisation #7

Open
s1ck opened this issue Apr 6, 2012 · 0 comments
Open

Replication / Synchronisation #7

s1ck opened this issue Apr 6, 2012 · 0 comments
Assignees

Comments

@s1ck
Copy link
Collaborator

s1ck commented Apr 6, 2012

It shall be possible to replicate f8 on multiple machines / local vm instances. This is for the purpose of scaling read requests and to increase fault tolerance. For that, we have to develop a way to synchronize db states between multiple f8 instances including message transfer, sync-protocols, error detection and -correction.

The first part should be the investigation on the topic. We need to compare different technologies and different protocols. The result of this phase also includes be a decision between centralized (M/S) oder decentralized (P2P) organization.

After that we have to select a technology to use for the implementation. There are different frameworks available, but we currently prefer our own implementation based on WCF.

When we selected a technolgy, we build a first prototype :)

@ghost ghost assigned s1ck Apr 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant