> Hello. > It is seems sigint handler is not restored after reload on hup but > works after touch-reload. >
You mean, no way to sigint while graceul reloading or no more sigint handling after respawn ? The first is expected (to avoid races, and it is protected from infinite-wait via the no-mercy flags). The second case would be a serious problem. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
