Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesusthehun/greenmt
Simple and naïve library for php pthreads extension
https://github.com/jesusthehun/greenmt
Last synced: 25 days ago
JSON representation
Simple and naïve library for php pthreads extension
- Host: GitHub
- URL: https://github.com/jesusthehun/greenmt
- Owner: JesusTheHun
- License: mit
- Created: 2016-01-25T14:22:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T14:46:23.000Z (over 8 years ago)
- Last Synced: 2024-04-30T01:02:00.475Z (6 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GreenMT
Simple and naïve library for php pthreads extension.GreenMT classes are not designed to be used as is, but as a base for greater developement.
It currently provide two approch :- **Synchronized** : data is fetch from inside the created threads, and result is fetch in the main thread as it becomes available
- **OnDemand** : data comes from the main thread and is dispatched among the threads which process them when they need itThis library is design to work with the PHP Pthread extension `pthreads`, which can be find here : https://github.com/krakjoe/pthreads