![]() |
![]()
| ![]() |
![]()
NAMELog::Dispatch::FileRotate::Mutex - Flock Based File Mutex. VERSIONversion 1.38 SYNOPSISInternal Use Only! DESCRIPTIONInternal Use Only! METHODSnew($path)Create a new mutex for the given file path. Only one mutex per path should be created. The path will not actually be opened or locked until you call lock. lock()Obtains a lock on the path. If the thread id or pid has changed since the path was opened, the path will be re-opened automatically in this thread or process. unlock()Releases the lock if the current thread or process is holding it. pid(): stringGet the current process or thread id 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.
|