> Every platform has different limits and behaviour (for example forget > about gracefulness in osx + threads)
That would explain it as this is on OsX with threads for dev. Real env is linux+threads. Will it work reliably on that env? I have tested SIGTSTP and it works to gracefully suspend all workers on OsX. Out of curiosity, why would that work and SIGHUP/SIGINT not work? the touch reload/restart also works. My workaround for now is to issue SIGTSTP and wait for all workers to suspend then issue SIGINT, but I have to do that to master + all workers, which is somewhat inconvenient, so if I could skip that when I need to shut down my zergs it would be good.
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
