atproto relay in zig zlay.waow.tech
relay zig atproto
Something went wrong. Try again.
frame pool: sync through the main io, not pool_io master
a fiber that parks through a Threaded io blocks its loop thread: a contended submit lock is a kernel futex wait, and full-queue backpressure is a 10ms thread sleep, taken on the zio loop thread. under load every subscriber fiber serializes on these and the broadcaster fiber starves — the queue fills and the relay stops. the main io's futex is safe from both domains: fibers park in the sched table, the pool's OS worker threads fall back to the kernel futex, and wakes reach both. under Io.Threaded this is a no-op. also bumps zio to 2a84a09 (DNS fiber wake + broadcast sentinel). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author zzstoatzz Co-author Claude Fable 5 Date (Aug 3, 2026, 3:46 PM UTC) Commit 80039680 80039680c2db3020ebedea121c1bf98806eb21ac Parent 20dbef5b 20dbef5b1c3037b6d397423ab068382129ca2e51