summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 18:08:46 +0300
committerWolfy-J <[email protected]>2018-01-28 18:08:46 +0300
commit7faf230784e0b30ce2a5986f8804abb516a9ee5b (patch)
tree7b33a864aee89d0166f916c032c128650716003f
parentb332f01554316d2db209ead090a74294ed427a31 (diff)
cs
-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)