Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maestroprog/saw-php
Simple Async Workers — for web (PHP)
https://github.com/maestroprog/saw-php
async-workers multithread
Last synced: 10 days ago
JSON representation
Simple Async Workers — for web (PHP)
- Host: GitHub
- URL: https://github.com/maestroprog/saw-php
- Owner: maestroprog
- License: mit
- Created: 2015-09-19T21:13:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T12:38:19.000Z (almost 7 years ago)
- Last Synced: 2024-11-05T20:38:30.732Z (about 2 months ago)
- Topics: async-workers, multithread
- Language: PHP
- Homepage:
- Size: 498 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saw-PHP
[![Build Status](https://travis-ci.org/maestroprog/saw-php.svg?branch=master)](https://travis-ci.org/maestroprog/saw-php)
[![Coverage Status](https://coveralls.io/repos/github/maestroprog/saw-php/badge.svg)](https://coveralls.io/github/maestroprog/saw-php)
[![Code Climate](https://codeclimate.com/github/maestroprog/saw-php/badges/gpa.svg)](https://codeclimate.com/github/maestroprog/saw-php)
[![Test Coverage](https://codeclimate.com/github/maestroprog/saw-php/badges/coverage.svg)](https://codeclimate.com/github/maestroprog/saw-php/coverage)
[![Issue Count](https://codeclimate.com/github/maestroprog/saw-php/badges/issue_count.svg)](https://codeclimate.com/github/maestroprog/saw-php)Simple Async Workers — async php framework - for web
## What it is?
Saw-PHP is simple and easy php framework for web.
This framework provides an asynchronous execution of almost any php code.
### Idea is simple:
0. Sawing our web application to work in multithreaded mode.
1. Receives a request from a client
2. Run the query processor in multiple threads
3. Through multi-threading improves performance
4. ? * threads
5. PROFITTo be continued...