summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0fb4868f..7b933689 100644
--- a/README.md
+++ b/README.md
@@ -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)