PHP Threading Library
Description
Pseudo-thread support in pure PHP5 code. Spawn fully asynchronous threads using any function as an entrypoint.
Bi-directional communication is implemented via virtual message queues.
Platform independent.
[Project is inactive pending a major refactoring. Estimated re-release early July.]
Categories
License
Features
- Simple - No long and complex coding required, unlike some other solutions
- Powerful - Communication is done via message queues, ability to make use of the message loop paradigm