Hi, Currently rotatelogs (at least on windows) holds the initial log file by parent process (well it tries to rotate if something is written from parent which is impossible for access logs).
I plan to use the apr_wait_for_io_or_timeout before calling the apr_file_read(f_stdin, ...). This would give a chance to parent to rotate his log as well and release the initial log file descriptor. Would that make any problems if executed in the parent? Since apr_wait_for_io_or_timeout is posix only API, some #ifdef _WIN32 would be required in rotatelogs Regards -- ^(TM)
