GNU bug report logs -
#78499
tramp-accept-process-output busy-waits
Previous Next
Full log
View this message in rfc822 format
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.