Re: Is it safe to use LoggerAppenderFile in Apache (Prefork with multiple running processes)

2010-03-25 Thread Christian Grobmeier
> 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

Re: Is it safe to use LoggerAppenderFile in Apache (Prefork with multiple running processes)

2010-03-25 Thread Ryan Chan
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?