Software Alternatives & Reviews

Efficient handling of long running HTTP connections in an nginx/gunicorn/django web architecture

Redis nginx Gunicorn
  1. 1
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    I am working on a web service implemented on top of nginx+gunicorn+django. The clients are smartphone applications. The application needs to make some long running calls to external APIs (Facebook, Amazon S3...), so the server simply queues the job to a job server (using Celery over Redis).

    #Key-Value Database #NoSQL Databases #Databases 185 social mentions

  2. 2
    A high performance free open source web server powering busiest sites on the Internet.
    Pricing:
    • Open Source
    I am working on a web service implemented on top of nginx+gunicorn+django. The clients are smartphone applications. The application needs to make some long running calls to external APIs (Facebook, Amazon S3...), so the server simply queues the job to a job server (using Celery over Redis).

    #Web And Application Servers #Web Servers #Application Server 46 social mentions

  3. Gunicorn is a Python WSGI HTTP Server for UNIX.
    Pricing:
    • Open Source
    I am working on a web service implemented on top of nginx+gunicorn+django. The clients are smartphone applications. The application needs to make some long running calls to external APIs (Facebook, Amazon S3...), so the server simply queues the job to a job server (using Celery over Redis).

    #Web And Application Servers #Web Servers #Application Server 31 social mentions

Discuss: Efficient handling of long running HTTP connections in an nginx/gunicorn/django web architecture

Log in or Post with