Async multi-threading php framework

0.4.2-beta 2018-03-10 12:35 UTC

This package is auto-updated.

Last update: 2025-03-17 02:34:24 UTC


README

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