Giter Club home page Giter Club logo

Comments (2)

etianen avatar etianen commented on August 18, 2024 1

An excellent question!

If you're only going to use Django, then there's no real advantage over
using any other wsgi server. A few minor advantages include:

  • Pretty decent async static file server via aiohttp
  • Ability to schedule background tasks as coroutines from the Django app
    using loop.create_task()

However, the main reason this library exists is that it allows you you run
Django alongside an aiohttp application, allowing you to implement critical
pieces of your app as async, but keep most of it inside Django.

On Sat, 15 Oct 2016 at 14:16, Gerald [email protected] wrote:

It seems that aiohttp-wsgi just runs an application in an executor, which
by default is just a thread pool
https://docs.python.org/3/library/asyncio-eventloop.html#executor, with
a default pool size of 5 threads.

So if the application is designed with blocking APIs, such as flask and
django, it will actually be executed via multi-threading and could not take
advantage of co-routines. Then what's the benefit for using aiohttp-wsgi?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#11, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAJFCDxLwZi0_YdWNARG7C2o-stjDM4Aks5q0NIzgaJpZM4KXtES
.

from aiohttp-wsgi.

gera2ld avatar gera2ld commented on August 18, 2024

That makes sense. Thanks a lot!

from aiohttp-wsgi.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.