> yes, I'm using nginx in front of uWSGI, but I didn't get the feature you > said. > Do I need to configure anything in the conf file? > I'm using nginx 1.0.5 > > BTW, is this problem which I described normal?
Absolutely non-normal, and this is the first time someone is reporting it. I fear you have some configuration issue, or your app for some reason is locking some resource blocking new workers in managing new requests. I suggest you to attach a strace to all of the four processes and see what they are doing. Just to be sure: are you using a stable release ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
