<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Gunicorn on syno blog</title><link>https://synodriver.github.io/tags/gunicorn/</link><description>Recent content in Gunicorn on syno blog</description><generator>Hugo</generator><language>locale</language><lastBuildDate>Mon, 04 May 2026 12:51:00 +0800</lastBuildDate><atom:link href="https://synodriver.github.io/tags/gunicorn/index.xml" rel="self" type="application/rss+xml"/><item><title>Gunicorn Dirty Arbiters：异步脏调度器详解</title><link>https://synodriver.github.io/post/gunicorn-dirty/</link><pubDate>Mon, 04 May 2026 12:51:00 +0800</pubDate><guid>https://synodriver.github.io/post/gunicorn-dirty/</guid><description>&lt;h1 id="gunicorn-dirty-arbiters异步脏调度器详解"&gt;Gunicorn Dirty Arbiters：异步脏调度器详解&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Beta 特性&lt;/strong&gt;：Dirty Arbiters 是 Gunicorn 25.0.0 中引入的测试版功能。虽然已经过测试，但 API 和行为可能在后续版本中变更。如有问题请在 GitHub 上反馈。&lt;/p&gt;</description></item><item><title>Gunicorn服务器架构与设计思路</title><link>https://synodriver.github.io/post/gunicorn_architecture/</link><pubDate>Sun, 03 May 2026 18:26:51 +0800</pubDate><guid>https://synodriver.github.io/post/gunicorn_architecture/</guid><description>&lt;h1 id="gunicorn服务器架构与设计思路"&gt;Gunicorn服务器架构与设计思路&lt;/h1&gt;
&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;Gunicorn（Green Unicorn）是一个用 Python 编写的 WSGI HTTP 服务器，采用 &lt;strong&gt;Pre-fork Worker 模型&lt;/strong&gt;，即主进程在启动时预先 fork 出多个工作进程来处理请求。本文基于 Gunicorn 25.3.0 版本源码，深入剖析其架构设计与核心实现。&lt;/p&gt;</description></item></channel></rss>