blob: 336f1ea4a15ab7fe1175a39bde27805bc59dd49f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
RoadRunner
==========
PHP application server library for Golang.
Features:
--------
- load balancer, process manager and task pipeline
- hot-swap of workers
- build for multiple frontends (queue, rest, psr-7, async php, etc)
- works over TPC, unix sockets, standard pipes
- safe 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.
|