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

[FR]: Synchronization over unreliable networks #492

Closed
dzanq opened this issue Mar 29, 2013 · 1 comment
Closed

[FR]: Synchronization over unreliable networks #492

dzanq opened this issue Mar 29, 2013 · 1 comment

Comments

@dzanq
Copy link

dzanq commented Mar 29, 2013

I just started using OC and am surprised about the basic requirements for a useful application.
For me the most important one which is not always fulfilled is a reliable network connection. I want to use OC over mobile internet (GPRS, UMTS, LTE) and synchronize large file (100MB++) at the same time. Therefor the file transfer has to handle an interception of a TCP-session gracefully. I suggest to use the BitTorrent approach with the OC server acting as a tracker. One additional advantage is the support of multiple seeds, if the wanted content is available on different devices a the same time.
I know that it will not be easy to change the underlying synchronization, but I believe that OC would benefit from such a feature a great deal.

@danimo
Copy link
Contributor

danimo commented Mar 29, 2013

@dzanq We are working on chunked upload which will mitigate your problem, please track #17.

@danimo danimo closed this as completed Mar 29, 2013
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

2 participants