On Sat, Nov 17, 2018 at 02:43:23PM -0600, Chris Adams wrote: > Once upon a time, Jonathan Dieter <jdieter@xxxxxxxxx> said: > > The benefit of zchunked rpms is that, when downloading an updated rpm, > > you would only need to download the chunks that have changed from > > what's on your system. > > How well do web servers and caches handle range requests? web servers: not much of a problem. caches: doesn't look so good. squid can't store chunks of a file. So the options you have are: (a) configure squid to pass through range requests to the original server. Which kills any caching. (b) configure squid to fetch the whole file no matter what. Subsequent requests (including range requests) will be served from cache then, but zchunked rpms wouldn't save any bandwidth then. cheers, Gerd _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx