Skip to content Skip to sidebar Skip to footer
Showing posts with the label Uwsgi

What's The Advantage Of Running Multiple Threads Per Uwsgi Process?

If I'm performing blocking operations like querying a database, then what is the advantage? How… Read more What's The Advantage Of Running Multiple Threads Per Uwsgi Process?

Pass Command Line Parameters To Uwsgi Script

I'm trying to pass arguments to an example wsgi application, : config_file = sys.argv[1] def a… Read more Pass Command Line Parameters To Uwsgi Script

Django+nginx+uwsgi = 504 Gateway Time-out

I am running Ubuntu 10.04, Django 1.3, Nginx 0.8.54 and uWSGI 0.9.7. Both Nginx and uWSGI load with… Read more Django+nginx+uwsgi = 504 Gateway Time-out

Nginx + Uwsgi + Flask - Disabling Custom Error Pages

Is it possible to disable nginx's custom error pages - if I may call them that - to display my … Read more Nginx + Uwsgi + Flask - Disabling Custom Error Pages

'ascii' Codec Can't Decode Error When Use Pip To Install Uwsgi

I am setting up uwsgi following this tutorial: https://uwsgi.readthedocs.org/en/latest/tutorials/Dj… Read more 'ascii' Codec Can't Decode Error When Use Pip To Install Uwsgi

Uwsgi Resends Headers In Async Mode

It seems uwsgi remembers headers from a previous request in async mode! I deployed a very simple ap… Read more Uwsgi Resends Headers In Async Mode

Problem With Nginx + Uwsgi In Vhost Mode, Running Django App

I have a couple of django apps on my servers, running perfectly on their own socket file, but i pla… Read more Problem With Nginx + Uwsgi In Vhost Mode, Running Django App

Uwsgi + Flask Logging.config Not Working And Also Breaks Application

Been looking for an answer for the last 5 hours and found nothing. I have a flask (python 2.7) appl… Read more Uwsgi + Flask Logging.config Not Working And Also Breaks Application