> Check out the sigprocmask Apache sets for itself. Unfortunately, this > is inherited by all processes Apache runs, usually leading to surprising > behavior, since it prevents the delivery of almost all signals. FYI, I have contacted mod_wsgi author. If you are using mod_wsgi 2.X with deamon mode SIGTERM works. The problem still persists for embedded mode. That means there is solution that works with SIGTERM and no changes are required in pypy code.
If you are interested how it will work in the future, please follow this thread in modwsgi group: http://groups.google.com/group/modwsgi/browse_thread/thread/aae8d2d675ebcf9 Thanks everyone for your help. -- Dalius http://blog.sandbox.lt _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
