<p><span class="h-card" translate="no"><a href="https://cloudisland.nz/@coderanger" class="u-url mention">@<span>coderanger</span></a></span> as I understand, the primary role of uwsgi is to implement and manage a dynamic pool of worker, which you need if you use blocking sockets. If you&#39;re talking about iouring, you&#39;re in the land of one worker servicing many connections asynchronously, you simply don&#39;t need a separate pool manager. You can just expose your framework&#39;s asgi endpoint. (I&#39;m talking theoretically, I haven&#39;t run async Django myself.)</p>
Reply