-
Rob Swindell authored
For quick open/write/close log files (e.g. error.log), go back to using nopen() to insure exclusive access while writing to prevent any accidental corruption from concurrent writes from multiple threads or processes.
Rob Swindell authoredFor quick open/write/close log files (e.g. error.log), go back to using nopen() to insure exclusive access while writing to prevent any accidental corruption from concurrent writes from multiple threads or processes.
Loading