Hi All,
I'm using uwsgi behind apache, to serve Zope. My setup is working, but with one (major for us) issue. All requests are being served by one worker, the rest are not being used. The uwsgi config is: [uwsgi] http = 127.0.0.1:8000 workers = 8 cpu-affinity = 1 enable-threads = true die-on-term = true max-requests = 1000 command = bin/uwsgi --ini-paste /home/clopy/projects/plumi-new/production.ini -x /home/clopy/projects/plumi-new/parts/uwsgi/uwsgi.xml --paste-logger The apache conf and setup is the usual stuff we had before we started using uwsgi. I've tried using a master worker, not enabling threads, not using cpu-affinity to no avail. Are we missing something with our inital setup? Thank you, Mike
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
