help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What does the error "Process <URL> not running" mean?


From: Stefan Monnier
Subject: Re: What does the error "Process <URL> not running" mean?
Date: Tue, 08 Feb 2022 12:49:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Robert Pluim [2022-02-08 17:20:41] wrote:
>>>>>> On Tue, 08 Feb 2022 08:24:40 -0500, Stefan Monnier via Users list for
>     Stefan> So the URL library (under w32) should try and eagerly cull its 
> set of
>     Stefan> open connections to bound the number of open connections it keeps 
> well
>     Stefan> below the 32 limit.
> Iʼd rather someone with the requisite skills and tolerance for Windows
> changed the Emacs select emulation to remove the limit (perhaps by
> using the Gnulib 'select' module).

I think both are desirable: I think even under POSIX systems it makes
sense to bound the number of connections we keep open (that limit
should be significantly higher than 32, OTOH, but once that code is
written, it's trivial to (if (eq system-type 'windows-nt) 8 256).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]