[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What does the error "Process <URL> not running" mean?
From: |
emacsq |
Subject: |
Re: What does the error "Process <URL> not running" mean? |
Date: |
Tue, 08 Feb 2022 18:27:31 +0000 |
> I think both are desirable: I think even under POSIX systems it makes
sense to bound the number of connections we keep open
But it's not just letting connections linger, url-http has a
mechanism to store open connections in a hash and reusing them:
https://github.com/emacs-mirror/emacs/blob/3af9e84ff59811734dcbb5d55e04e1fdb7051e77/lisp/url/url-http.el#L174
Does someone here know what the point of this was? Is quick
repeated http connections to the same host:port such a frequent use
case that it's worth it to keep open http connections in a hash,
instead of closing and disposing them when the request ends?
- Re: What does the error "Process <URL> not running" mean?, (continued)
- Re: What does the error "Process <URL> not running" mean?, Stefan Monnier, 2022/02/07
- Re: What does the error "Process <URL> not running" mean?, emacsq, 2022/02/07
- Re: What does the error "Process <URL> not running" mean?, emacsq, 2022/02/08
- Re: What does the error "Process <URL> not running" mean?, emacsq, 2022/02/08
- Re: What does the error "Process <URL> not running" mean?, Robert Pluim, 2022/02/08
- Re: What does the error "Process <URL> not running" mean?, Eli Zaretskii, 2022/02/08
- Re: What does the error "Process <URL> not running" mean?, emacsq, 2022/02/08
- Re: What does the error "Process <URL> not running" mean?,
emacsq <=
- Re: What does the error "Process <URL> not running" mean?, emacsq, 2022/02/09
- Re: What does the error "Process <URL> not running" mean?, emacsq, 2022/02/09
Re: What does the error "Process <URL> not running" mean?, Emanuel Berg, 2022/02/03
RE: [External] : Re: What does the error "Process <URL> not running" mean?, Drew Adams, 2022/02/03
Re: What does the error "Process <URL> not running" mean?, Eli Zaretskii, 2022/02/03