Jean-Paul Calderone wrote:
>> That's what I have found out:
>> pypy-c when running behind Apache can't be SIGTERMed only SIGKILLed.
>> That's how I solved problem now (modifed pypy/tool/killsubprocess.py).
>> I will dig deeper of course but I will do that later.
>>     
>
> 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.
>   
I fear that everything is more complicated here. There are some 
information in mod_wsgi documentation about signals. I will ask Graham 
(mod_wsgi author) about that. He might have some ideas what to do.

Regards,
Dalius
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to