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: emacsq
Subject: Re: What does the error "Process <URL> not running" mean?
Date: Thu, 03 Feb 2022 06:18:02 +0000



>
> In that case, you could try to structure your code so that
> it doesn't retrieve all URLs in one go but in chunks of, say, 20 and
> starts the next chunk not before the previous is finished.

It checks them one by one, that's what the

>          ...do something, then check next url...))
>

line means in my code.

So when the async result returns for the current url then
I start checking the next url from the callback.




reply via email to

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