Top "Uwsgi" questions

uWSGI is a fast, self-healing and developer/sysadmin-friendly application container server coded in pure C.

Uwsgi with gevent vs threads

First of all, sorry for my bad English. In my project i have a lot of I/O network requests. …

python django multithreading uwsgi gevent
X-Forwarded-Proto and Flask

I have precisely the same problem described in this SO question and answer. The answer to that question is a …

python nginx flask uwsgi werkzeug
uWSGI python highload configuration

We have a big EC2 instance with 32 cores, currently running Nginx, Tornado and Redis, serving on average 5K requests per …

python nginx tornado uwsgi high-load
Why Flask logger does not log in docker when using UWSGI in front?

I have a Flask application inside of Docker that was logging into docker logs when it was running without UWSGI …

python docker logging flask uwsgi
UNABLE to load uWSGI plugin: ./python3_plugin.so: cannot open shared object file: No such file or directory

On my Fedora workstation, I'm getting this error: !!! UNABLE to load uWSGI plugin: ./python3_plugin.so: cannot open shared object …

python centos fedora uwsgi
How to tell uWSGI to prefer processes to threads for load balancing

I've installed Nginx + uWSGI + Django on a VDS with 3 CPU cores. uWSGI is configured for 6 processes and 5 threads per process. …

python multithreading process load-balancing uwsgi
uwsgi broken pipe - django, nginx

I'm randomly (and consistently) getting a broken pipe in uwsgi... shown below. Any idea what could be causing this or …

python django nginx tastypie uwsgi
Nginx can't access a uWSGI unix socket on CentOS 7

I have configured uWSGI to serve my Django app on a unix socket, and Nginx as a proxy to this …

sockets nginx uwsgi selinux
Python3 threading with uWSGI

I wasted many time but couldn't find a solution. If i use threads in my app deployed with uwsgi, they …

python multithreading python-3.x uwsgi python-multithreading
django, pyenv, uwsgi - ModuleNotFoundError: No module named 'django'

I have the following vassal configuration in /etc/uwsgi/vassals/gsd.ini: [uwsgi] plugins = python env = DJANGO_SETTINGS_MODULE=%n.…

python django uwsgi pyenv