Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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. PROFIT

To be continued...