/saw-php

Simple Async Workers — for web (PHP)

Primary LanguagePHPMIT LicenseMIT

Saw-PHP

Build Status Coverage Status Code Climate Test Coverage Issue Count

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:

  1. Sawing our web application to work in multithreaded mode.
  2. Receives a request from a client
  3. Run the query processor in multiple threads
  4. Through multi-threading improves performance
  5. ? * threads
  6. PROFIT

To be continued...