On Sun, Mar 21, 2010 at 3:42 AM, howard chen <[email protected]> wrote: > > > What I concern is potential loss of log due to locking. (Assume > multiple apache processes are running) >
Hi, You needn't be concerned, as Zend_Log uses system-level file locking. And as you know, the OS is above apache ;) That means that multiple simultaneous Zend_Log instances do not immediately write or fail, they wait in a queue until they manage to write or until their timeout happens. Regards, -- Guillaume Rossolini
