2017 © Pedro Peláez
 

library forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

image

barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  • Monday, December 18, 2017
  • by barracuda
  • Repository
  • 9 Watchers
  • 33 Stars
  • 31,468 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 12 Forks
  • 4 Open issues
  • 15 Versions
  • 7 % Grown

The README.md

PHP Fork Daemon

A library to make setup and management of forking daemons in PHP easy., (*1)

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, (*2)

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, as declare(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, (*3)

The Versions

18/12 2017

dev-master

9999999-dev https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

18/12 2017

v1.1.0

1.1.0.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

28/03 2017

v1.0.10

1.0.10.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

28/03 2017

dev-mtsrand-when-forking

dev-mtsrand-when-forking https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

21/06 2016

v1.0.9

1.0.9.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

15/06 2016

v1.0.8

1.0.8.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

12/01 2016

v1.0.7

1.0.7.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

12/01 2016

dev-task/add-getter-forked-children-array

dev-task/add-getter-forked-children-array https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

11/11 2015

v1.0.6

1.0.6.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

27/10 2015

v1.0.5

1.0.5.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

16/10 2015

v1.0.4

1.0.4.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

15/10 2015

v1.0.3

1.0.3.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

01/05 2015

v1.0.2

1.0.2.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

18/12 2014

v1.0.1

1.0.1.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons

07/06 2014

v1.0.0

1.0.0.0 https://github.com/barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php forking daemons