diff options
author | Wolfy-J <[email protected]> | 2017-12-26 19:14:53 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2017-12-26 19:14:53 +0300 |
commit | e229d83dea4bbe9d0cfe6569c8fbe239690aafb9 (patch) | |
tree | 2d4887ffdb167d660b705415f0617458490d0b9f /README.md |
init
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..05d8cd3a --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +RoadRunner +========== +Embeddable PHP application server library for Golang. + +Features: +-------- +- load balancer, process manager and task pipeline in one library +- worker pool hot-wrap +- build for multiple frontends (queue, rest, psr-7, async php, etc) +- works over TPC, unix sockets and standard pipes +- controlled worker termination +- timeout management +- payload context +- protocol, job and worker level error management +- very fast (~200k calls per second on Ryzen 1700X over 17 threads) +- works on Windows + +License: +-------- +The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
\ No newline at end of file |