diff options
author | Wolfy-J <[email protected]> | 2018-01-28 18:08:46 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 18:08:46 +0300 |
commit | 7faf230784e0b30ce2a5986f8804abb516a9ee5b (patch) | |
tree | 7b33a864aee89d0166f916c032c128650716003f | |
parent | b332f01554316d2db209ead090a74294ed427a31 (diff) |
cs
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,12 +11,11 @@ High-performance PHP job balancer and process manager library for Golang. Features: -------- - no external dependencies or services, drop-in -- load balancer, process manager and task pipeline +- load balancer, process manager and task pipeline - build for multiple frontends (queue, rest, psr-7, async php, etc) - works over TPC, unix sockets and standard pipes -- automatic worker replacement -- safe worker destruction -- worker lifecycle management (create/destroy/allocate timeouts) +- automatic worker replacement and safe destruction +- worker lifecycle management (create/allocate/destroy timeouts) - payload context - protocol, worker and job level error management - very fast (~250k calls per second on Ryzen 1700X over 16 threads) |