> hello: > > > It seems that uwsgi worker don't send heartbeat to emperor when > uwsgi in gevent mode, if I use prefork mode, everything is ok > And I didn't locate related code about send heartbeat in gevent > plugin. Is it not implemented? > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
You are absolutely right, heartbeat management should happen here: https://github.com/unbit/uwsgi/blob/master/plugins/gevent/gevent.c#L225 do you want to make a pull request ;) ? -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
