TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Zsync: Client side Rsync over HTTP (e.g. HTTP diffs?)

3 pointsby bengebreover 15 years ago

2 comments

bengebreover 15 years ago
<i>zsync uses the rsync algorithm, but runs it on the client side, thus avoiding the high server load associated with rsync...All that is needed is an HTTP/1.1-compliant web server.</i><p>although it does require one thing on the server side it seems:<p><i>zsync downloads are offered by building a .zsync file, which contains the meta-data needed by zsync. This file contains the precalculated checksums for the rsync algorithm; it is generated on the server, once, and is then used by any number of downloaders.</i><p>Interesting idea for reducing bandwidth on large, frequently polled files.
评论 #1031721 未加载
jacquesmover 15 years ago
<a href="http://news.ycombinator.com/item?id=1013748" rel="nofollow">http://news.ycombinator.com/item?id=1013748</a>
评论 #1031705 未加载