[EMAIL PROTECTED] wrote:
Author: rpluem
Date: Wed Jul 30 14:08:33 2008
New Revision: 681204
URL: http://svn.apache.org/viewvc?rev=681204&view=rev
Log:
* Give possible piped loggers a chance to process their input before they get
killed by us.
This is only useful if you did so AFTER logs were closed and flushed - is
this the case? Knowing how d&e_process used to work, I don't think it's
true.
static void destroy_and_exit_process(process_rec *process,
int process_exit_value)
...
+ apr_sleep(TASK_SWITCH_SLEEP);