descriptionIPC::Semaphore::Concurrency Perl module
repository URLhttps://github.com/dermoth/IPC-Semaphore-Concurrency.git
ownerdermoth@aei.ca
last changeFri, 31 Jan 2014 20:12:37 +0000 (31 15:12 -0500)
last refreshFri, 26 Apr 2024 16:04:22 +0000 (26 18:04 +0200)
content tags
add:
README
IPC-Semaphore-Concurrency version 0.04
======================================

This module allows you to limit concurrency of specific portions of your
code. It can be used to limit resource usage or to give exclusive access to
specific resources.

This module is similar in functionality to IPC::Concurrency with the main
differences being that is uses SysV Semaphores, and allow queuing up
processes while others hold the semaphore. There are other differences which
gives more flexibility in some cases.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  IPC::SysV
  IPC::Semaphore

COPYRIGHT AND LICENCE

Copyright (C) 2009-2014 by Thomas Guyot-Sionnest <tguyot@gmail.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.
shortlog
2014-01-31 Thomas Guyot... Add travis configmaster
2014-01-30 Thomas Guyot... Typos & rewrap
2014-01-27 Thomas Guyot... Update releasing procedures, use "make dist"
2014-01-27 Thomas Guyot... Add files to .gitignore
2014-01-27 Thomas Guyot... Bump metadata to V2, add repository URL
2014-01-24 Thomas Guyot... Use $Config{'osname'} for consistency...
2014-01-24 Thomas Guyot... Cygwin needs a cygserver running to handle IPC syscalls
2014-01-23 Thomas Guyot... MYMETA.yml isn't meant for redist, removing
2014-01-23 Thomas Guyot... Fix tests & prep for 0.04 releaserelease-0.04
2014-01-20 Thomas Guyot... Minor doc updates, reflect new beta status
2014-01-18 Thomas Guyot... Bump copyright year...
2014-01-18 Thomas Guyot... Prepare for 0.03 releaserelease-0.03
2014-01-18 Thomas Guyot... Add new files...
2014-01-18 Thomas Guyot... Add important warnings about the use of release()
2014-01-18 Slaven_Rezic... Fix missing quote in doc
2009-09-10 Thomas Guyot... Update doc and tests
...
tags
10 years ago release-0.04 CPAN Release 0.04
10 years ago release-0.03 CPAN Release 0.03
14 years ago release-0.02 CPAN Release 0.02
14 years ago release-0.01 CPAN Release 0.01
heads
10 years ago master