I rechecked the uwsgi log file and found that before this problem happen, all the requests are go to the same 1 process instead of 4 processes, this will return to normal when I restart the uwsgi process, do you have any idea about how could this happen?
Now I added max-requests=5000 in my config file. 2012/6/24 Roberto De Ioris <[email protected]> > > > 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 >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
