Dnia czwartek, 24 maja 2012 12:22:17 Łukasz Mierzwa pisze:
> Dnia czwartek, 24 maja 2012 12:10:01 Roberto De Ioris pisze:
> > Can you retry the latest tip ?
> > 
> > I was not able to reproduce the problem, but from you strace looks like we
> > need an additional check.
> > 
> > Let me know
> 
> Little better - master still gets looped, but it doesn't eat as much cpu as
> before (only 1 core this time ;), strace:
> 
> [...]
> [pid 22401] wait4(-1, 0x7fff987305e8, WNOHANG, NULL) = -1 ECHILD (No child
> processes)
> [pid 22401] wait4(-1, 0x7fff987305e8, WNOHANG, NULL) = -1 ECHILD (No child
> [...]

While testing --namespace-keep-mount I've noticed that this issue is still 
present in latest tip.
app.ini:
[uwsgi]
autoload = true
plugins-dir = /usr/lib/uwsgi/plugins
plugins = python
socket = 172.16.200.55:3000
uid = nobody
gid = nogroup
processes = 1
memory-report = 1
auto-procname = true
procname-prefix = [pingapp] 
subscribe-to = 172.16.200.53:2626:pingapp.local
idle = 10
processes = 4
cheaper = 1
cheaper-step = 1
cheaper-overload = 8
wsgi-file = /etc/uwsgi/pingapp/pingapp.py
logger = rsyslog:127.0.0.1:514,pingapp

/etc/uwsgi/pingapp/pingapp.py:
def application(env, start_response):
    start_response('200 OK', [('Content-Type','text/html')])
    return 'uWSGI is alive!'

Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to