> According to the code, if LOCK_EX cannot be acquired immediately,
> does it mean some log will be dropped silently?
No, the methods waits until it can get the lock. It does mean, that
your execution will slow down on that position. Thats why a high load
system should not have excessive logging
Hi.
On Thu, Mar 25, 2010 at 2:49 PM, Christian Grobmeier
wrote:
> Look at this:
> http://logging.apache.org/log4php/coverage-report/appenders_LoggerAppenderFile.php.html#108
>
According to the code, if LOCK_EX cannot be acquired immediately,
does it mean some log will be dropped silently?