If Your workers are mostly idle but "site is almost done" than that might indicate that issue lays somewhere else than uWSGI and Your backends, maybe DB, memcache or something.
1. check system (dmesg), worker and DB logs 2. test Your site with tools like apache benchmark to get an idea of how many requests/second can You get out of Your stack (do both, static file requests and app view) 3. use graphite/carbon/collectd to monitor all Your nodes "site is done" is not very detailed description, with proper monitoring You will see how each piece is doing You need to find the bottleneck, it might be anything from bad network sysctl's or firewall settings to some limits set in app.
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
