[pypy-dev] pypy sandbox

Dalius Dobravolskas dalius.dobravolskas at gmail.com
Sun Feb 22 20:46:58 CET 2009


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



More information about the Pypy-dev mailing list