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

Erasure Coding #56

Closed
ippes opened this issue Feb 26, 2014 · 1 comment
Closed

Erasure Coding #56

ippes opened this issue Feb 26, 2014 · 1 comment

Comments

@ippes
Copy link
Contributor

ippes commented Feb 26, 2014

One of the biggest challenges in p2p networks are large files. One approach could be to use erasure coding instead the usual replication mechanism. Erasure coding allows to reduce the replication rate from traditional 3-6 to approx. 1.3. But there are several questions to answer, like who is responsible for the data chunks, who calculates them etc. Another point is that TomP2P currently doesn't support erasure coding. It would require a major rebuild of our underlying p2p framework.

@nicoruti
Copy link
Contributor

nicoruti commented Feb 7, 2015

I rather think that this feature should be implemented in TomP2P than in Hive2Hive. I opened a ticket there (see tomp2p/TomP2P#84).

@nicoruti nicoruti closed this as completed Feb 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants