Skip to content

Commit

Permalink
Add support for returning results from child functions via IPC
Browse files Browse the repository at this point in the history
  • Loading branch information
solonrice authored and ablyler committed Sep 4, 2013
1 parent d83c981 commit da59d9d
Show file tree
Hide file tree
Showing 2 changed files with 423 additions and 17 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@ 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
Expand Down

0 comments on commit da59d9d

Please sign in to comment.