On Sat, Nov 17, 2018 at 02:43:23PM -0600, Chris Adams wrote:
> Once upon a time, Jonathan Dieter <jdie...@gmail.com> 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@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to