GNU bug report logs - #78499
tramp-accept-process-output busy-waits

Previous Next

Package: emacs;

Reported by: Daniel Colascione <dancol <at> dancol.org>

Date: Mon, 19 May 2025 21:42:02 UTC

Severity: normal

Full log


Message #11 received at 78499 <at> debbugs.gnu.org (full text, mbox):

From: Daniel Colascione <dancol <at> dancol.org>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 78499 <at> debbugs.gnu.org
Subject: Re: bug#78499: tramp-accept-process-output busy-waits
Date: Thu, 22 May 2025 03:43:24 -0400

On May 21, 2025 3:47:14 AM EDT, Michael Albinus <michael.albinus <at> gmx.de> wrote:
>Daniel Colascione <dancol <at> dancol.org> writes:
>
>Hi Daniel,
>
>> tramp-accept-process-output should wait for something to actually happen
>> to the process from which we're trying to accept output, not just return
>> immediately after specifying a zero timeout and rely on the caller
>> to poll.
>
>tramp-accept-process-output has seen several implementation iterations
>ove the years. I'm happy, that it looks stable now.
>
>Could you please show a problem with the current implementation, which
>needs to be fixed?
.
100% CPU use while we're waiting to receive bytes from the peer is a priori a problem that needs to be fixed. Good software doesn't busy wait. We have a perfectly good mechanism for waiting for something to happen with timeouts and we shouldn't avoid them on account of years of accumulated changes or compatibility with ancient and irrelevant bugs. 




This bug report was last modified 29 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.