Hi, 
I've noticed in event.c file, that apr_signal() is called twice :
- in make_child(), in the fork child part, line 2271:  apr_signal(SIGTERM, 
just_die);
- in child_main(), line 2182:  apr_signal(SIGTERM, dummy_signal_handler);

So I was wondering, is there a reason for that ?

Thanks.
B.R.


 - Frederic NIVOR -                                       

Reply via email to