sync

pecl install sync

Named and unnamed synchronization objects

The 'sync' extension introduces synchronization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory objects provide OS-level synchronization mechanisms on both *NIX (POSIX shared memory and pthread shared memory synchronization required) and Windows platforms. This extension is a direct port of and compatible with the cross platform 'sync' library: https://github.com/cubiclesoft/cross-platform-cpp

Maintainer

  • Thomas Hruska (lead )
  • Ferenc Kovacs (lead ) [inactive]

Details

Stars: 16
Issue openned: 2
Downloads: 87586
1.0.0
10 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.0.0 change log


- Initial release.

requires:

  • php >=5.3.0
  • pearinstaller >=1.4.0