Dennis Korbar wrote:
Uhm, what happens if I actually wan't different php processes to log to the same file?
I'm pretty sure I have done this at some point in Java.
File locking should only ensure that your log file doesn't include corrupt log messages due to race condition between two or more PHP processes logging to the same file at the same time.

It should be fine to log to the same file from different PHP processes (we don't want to limit that possibility).

Knut

Reply via email to