<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><title>Systems Under Load</title><link>http://localhost:8080</link><description>Technical notes on fail-fast admission control, overload protection, and Node.js reliability.</description><item><title>Fail-fast vs bounded queue: the overload tradeoff nobody explains well</title><link>http://localhost:8080/journal/fail-fast-vs-bounded-queue</link><guid>http://localhost:8080/journal/fail-fast-vs-bounded-queue</guid><description>Queues reshape overload rather than eliminating it. See the tradeoff between immediate rejection and delayed pain.</description><pubDate>Wed, 6 May 2026 00:00:00 GMT</pubDate></item><item><title>Return 503 before your Express route melts down</title><link>http://localhost:8080/journal/express-route-overload-protection</link><guid>http://localhost:8080/journal/express-route-overload-protection</guid><description>Route-level bulkheads let expensive Express handlers reject overload before downstream work begins.</description><pubDate>Wed, 6 May 2026 00:00:00 GMT</pubDate></item><item><title>Stop letting LLM calls blow up your server</title><link>http://localhost:8080/journal/llm-admission-control</link><guid>http://localhost:8080/journal/llm-admission-control</guid><description>Most LLM tooling optimizes execution. async-bulkhead-llm decides whether a request should run at all.</description><pubDate>Wed, 6 May 2026 00:00:00 GMT</pubDate></item><item><title>When a bounded queue is the right call</title><link>http://localhost:8080/journal/when-to-use-bounded-queue</link><guid>http://localhost:8080/journal/when-to-use-bounded-queue</guid><description>Fail-fast gets the good press. But there are real cases where letting requests wait is the better engineering decision.</description><pubDate>Wed, 6 May 2026 00:00:00 GMT</pubDate></item><item><title>Your fetch calls don&apos;t know when to stop</title><link>http://localhost:8080/journal/fetch-calls-dont-know-when-to-stop</link><guid>http://localhost:8080/journal/fetch-calls-dont-know-when-to-stop</guid><description>Outbound HTTP calls have no built-in concurrency limit. That&apos;s fine until a downstream dependency slows down and your service drowns in open connections.</description><pubDate>Wed, 6 May 2026 00:00:00 GMT</pubDate></item><item><title>p-limit doesn&apos;t tell you why it said no</title><link>http://localhost:8080/journal/bulkhead-vs-concurrency-limiter</link><guid>http://localhost:8080/journal/bulkhead-vs-concurrency-limiter</guid><description>Most concurrency libraries silently queue your work. A bulkhead rejects it, tells you why, and lets your system stay responsive under load.</description><pubDate>Wed, 6 May 2026 00:00:00 GMT</pubDate></item></channel></rss>