On 22 Jan 2010, at 10:28 PM, Akins, Brian wrote:
Trying to signal all the processes, all the threads, and all the event loops to close and reopen a file simultaneously simply isn't feasible oraccurate enough to be useful.Each process (not thread) has an open filehandle with mod_log_config, correct?
Which is in turn surrounded by a lock? Locking something one or more times per request to guard against something that probably happens once per hour is a waste of resources.
Regards, Graham --