How come nginx is only accepting 1 connection?
Sven 'Darkman' Michels
sven at darkman.de
Tue Jan 18 18:30:38 MSK 2011
Hi,
Am 18.01.2011 15:44, schrieb He Shiming:
> You can see there I'm trying to create the ajax file uploader. UWSGI
> and pylons are the latest. UWSGI is using --paste parameter. I have to
> put in "daemon off;" because this is meant for development, and I'll
> have console interruption control.
I'm not familar with UWSGI but i think this could be the problem. If you
do not run demonized it may only be able to handle one request per time.
So for testing i would recommend to start it in deamon mode, check if
the problem still exist and if not you know whats wrong.
Regards,
Sven
More information about the nginx
mailing list