Re: [PATCH] OAuth: fix performance bug with stuck multiplexer events

2025-07-28 Thread Jacob Champion
Hi all, On Thu, Jun 26, 2025 at 4:33 PM Jacob Champion wrote: > My plan, if this code seems reasonable, is to backport 0001-0003, but > keep the larger 0004 on HEAD only until it has proven to be stable. > It's a big new suite and I want to make sure it's not flapping on some > buildfarm animal.

[PATCH] OAuth: fix performance bug with stuck multiplexer events

2025-06-26 Thread Jacob Champion
Hi all, The current implementation of the OAuth flow is overly eager to signal readiness when there's nothing to do, so sometimes we burn CPU for no reason. This was discussed briefly back in [1], but I'll summarize here so no one has to dig through that megathread. = Background = A major intera