Download the PHP package barracudanetworks/forkdaemon-php without Composer
On this page you can find all versions of the php package barracudanetworks/forkdaemon-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download barracudanetworks/forkdaemon-php
More information about barracudanetworks/forkdaemon-php
Files in barracudanetworks/forkdaemon-php
Download barracudanetworks/forkdaemon-php
More information about barracudanetworks/forkdaemon-php
Files in barracudanetworks/forkdaemon-php
Vendor barracudanetworks
Package forkdaemon-php
Short Description A library to make setup and management of forking daemons in PHP easy.
License MIT
Homepage https://github.com/barracudanetworks/forkdaemon-php
Package forkdaemon-php
Short Description A library to make setup and management of forking daemons in PHP easy.
License MIT
Homepage https://github.com/barracudanetworks/forkdaemon-php
Please rate this library. Is it a good library?
Informations about the package forkdaemon-php
PHP Fork Daemon
A library to make setup and management of forking daemons in PHP easy.
Features
- Easy management of PHP forks
- Return result of children by callback or polling parent for results
- Splitting work units into buckets
- Preforking callbacks to manage resources before forking
- Dynamic setting of number of children / work per child
Usage
Check out the examples in the examples directory
php example/blocking.php
Caveats
- You need to specify
declare(ticks=1);
before inclusion of the fork-daemon library, otherwise signals wont be handled. This must be done in the main PHP file, asdeclare(ticks=N);
only works for the file in which it is declared and the files which that file includes. Reference: PHP Documentation
License
Copyright 2013 Barracuda Networks, Inc. Licensed under the MIT License
All versions of forkdaemon-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package barracudanetworks/forkdaemon-php contains the following files
Loading the files please wait ....