sharpner / php-multiprocess-proxy

a multiplexer for the stupid php single threaded server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php multi processor

Build Status

This tool is a wrapper around the internal php webserver. it allows multiple requests in parallel by spawning one php -S for every request.

Usage

./server <port> <routerfile>

About

a multiplexer for the stupid php single threaded server

License:MIT License


Languages

Language:Go 93.6%Language:PHP 6.4%