Bryan Pieper's Blog : uWSGI

uWSGILooking for a command line utility to control a uWSGI Django web application?

I have been using uWSGI with nginx for a good while now and am very satisfied with the stability and performance. However, as most know that us it, there are numerous options for executing and controlling a uWSGI app.

Django uWSGII recently upgraded the uWSGI instance on my server from v0.9.5 to v0.9.6 and ran into a small glitch in the process.

After compiling uWSGI and recompiling nginx, the process seemed work as expected. I fired up Django and hit homepage. Then, I refreshed a few times and got this error message “uWSGI wsgi application not found.”

At first I thought this was odd because the initial request worked but it was the successive requests beyond the number of processes that caused the issue.