Re: [PATCH] stop killing piped loggers

2005-09-29 Thread r . pluem
Any reason why the patch below is not commited yet? I stumbled across this problem today and reminded myself of this discussion, but was astonished to find out that it never had been commited. Regards RĂ¼diger Joe Orton wrote: As discussed previously; this patch stops killing piped loggers;

Re: [PATCH] stop killing piped loggers

2005-05-27 Thread Jeff Trawick
On 5/20/05, Joe Orton [EMAIL PROTECTED] wrote: On Fri, May 20, 2005 at 07:50:04AM -0400, Jeff Trawick wrote: On 5/20/05, Joe Orton [EMAIL PROTECTED] wrote: As discussed previously; this patch stops killing piped loggers; except that prefork still kills them at shutdown and ungraceful

[PATCH] stop killing piped loggers

2005-05-20 Thread Joe Orton
As discussed previously; this patch stops killing piped loggers; except that prefork still kills them at shutdown and ungraceful restart since it signals the entire process group, so it's not entirely consistent. In all other cases (graceful restart with prefork; shutdown and both types of

Re: [PATCH] stop killing piped loggers

2005-05-20 Thread Jeff Trawick
On 5/20/05, Joe Orton [EMAIL PROTECTED] wrote: As discussed previously; this patch stops killing piped loggers; except that prefork still kills them at shutdown and ungraceful restart since it signals the entire process group, so it's not entirely consistent. Something I'd like to confirm: If

Re: [PATCH] stop killing piped loggers

2005-05-20 Thread Joe Orton
On Fri, May 20, 2005 at 07:50:04AM -0400, Jeff Trawick wrote: On 5/20/05, Joe Orton [EMAIL PROTECTED] wrote: As discussed previously; this patch stops killing piped loggers; except that prefork still kills them at shutdown and ungraceful restart since it signals the entire process group, so