-- howard chen <[email protected]> wrote (on Sunday, 21 March 2010, 12:33 AM +0800): > Just wonder if the Zend_Log when writing to local file, is it reliable > when multiple user writing to the same file? > > What will happen if other is writing?
It should be safe; it uses file locking internally to prevent issues with concurrent writers. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
