![]() |
![]()
| ![]() |
![]()
NAMELog::Dispatch::FileRotate::Flock - File Locking Functions for Log::Dispatch::FileRotate VERSIONversion 1.38 SYNOPSISInternal Use Only! DESCRIPTIONInternal Use Only! METHODSsafe_flock($filehandle, $flags): booleanThis is a wrapper around flock() that handles things such as interruption of the call by a signal automatically. flopen($path): ($filehandle, $inode)This function is similar to BSD's flopen() function. It opens a file, obtiains an exclusive lock on it using flock(), and handles a bunch of race conditions that can happen. It returns the opened filehandle and the inode of the file on success, nothing on failure. SOURCEThe development version is on github at <https://https://github.com/mschout/perl-log-dispatch-filerotate> and may be cloned from <git://https://github.com/mschout/perl-log-dispatch-filerotate.git> BUGSPlease report any bugs or feature requests on the bugtracker website <https://github.com/mschout/perl-log-dispatch-filerotate/issues> When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. AUTHORMichael Schout <mschout@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2005 by Mark Pfeiffer. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|