Simple Async Workers — async php framework - for web
Saw-PHP is simple and easy php framework for web. This framework provides an asynchronous execution of almost any php code.
- Sawing our web application to work in multithreaded mode.
- Receives a request from a client
- Run the query processor in multiple threads
- Through multi-threading improves performance
- ? * threads
- PROFIT
To be continued...