diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-12-02 22:49:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-12-08 22:30:08 +0100 |
commit | 5ff521452b9ec2aae9ed8e4bb7bdc250a581f203 (patch) | |
tree | 550eb2cc894c1c76d565328b75c14d986dcf760e /.dir-locals.el | |
parent | 711df9ef3c04a0e0d7e844bed4c6b260ea1f65c1 (diff) | |
download | guix-5ff521452b9ec2aae9ed8e4bb7bdc250a581f203.tar.gz |
substitute: Cache and reuse connections while substituting.
That way, when fetching a series of substitutes from the same server(s), the connection is reused instead of being closed/opened for each substitutes, which saves on network round trips and TLS handshakes. * guix/http-client.scm (http-fetch): Add #:keep-alive? and honor it. * guix/progress.scm (progress-report-port): Add #:close? parameter and honor it. * guix/scripts/substitute.scm (at-most): Return the tail as a second value. (fetch): Add #:port and #:keep-alive? and honor them. (%max-cached-connections): New variable. (open-connection-for-uri/cached, call-with-cached-connection): New procedures. (with-cached-connection): New macro. (process-substitution): Wrap 'fetch' call in 'with-cached-connection'. Pass #:close? to 'progress-report-port'.
Diffstat (limited to '.dir-locals.el')
0 files changed, 0 insertions, 0 deletions