> 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?
strace them, this is the only way to know what they are doing. Very probably the upload issue is only a consequence of stuck workers -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
