> Hi all,
>
> I have a site  with django, uwsgi and nginx.
>
> Currently, i hit an issue, the site became slow while active connections
> more the 500,
>
> I've start uwsgi sever with following command:
>
> /*usr*/local/*sbin*/*uwsgi* -s 127.0.0.1:7198 -H /data0/*pfenv* --*
> pythonpath* /data0/*htdocs*/*pianfang*/*ooq*/*src*/ -w deploy.wsgi -d
> /data1/logs/pianfang.log -p 12 -m
>
> Is it configurion issue?  I've tried to spawn more processes , it seems no
> effect.
>
> Anyone can do me a favor look at this issue?
>
> Thanks

How much cpu % and load avg has your system while it is in the "slow"
state ? Check your swap too, if every process of your app consume a lot of
memory this can be a cause. If adding processes does change nothing,
probably you have got the perfect value for your machine.

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to