This is under 2.2.2 under Windows.
I need to periodically rename the error and access logs. I’ve noticed that all the file operations require a pool pointer. If I use a null to AprOpenFile, will that use a default pool. Is there a set on common pool pointers that I can reference? Since I’m planning to start a log reopen thread, should create a new pool in that thread that the file opens will use. In Child.c, child_main is called with a pool pointer, should I use that pool?
Thanks |