1 IPC-Semaphore-Concurrency version 0.01
2 ======================================
4 This module allows you to limit concurrency of specific portions of your
5 code. It can be used to limit resource usage or to give exclusive access to
8 This module is similar in functionality to IPC::Concurrency with the main
9 differences being that is uses SysV Semaphores, and allow queuing up
10 processes while others hold the semaphore. There are other differences which
11 gives more flexibility in some cases.
15 To install this module type the following:
24 This module requires these other modules and libraries:
31 Copyright (C) 2009 by Thomas Guyot-Sionnest <tguyot@gmail.com>
33 This library is free software; you can redistribute it and/or modify
34 it under the same terms as Perl itself, either Perl version 5.8.8 or,
35 at your option, any later version of Perl 5 you may have available.