From 3d88689c772e94a73f10a0bd8c4a9ada683a103b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 18 Nov 2021 23:03:54 +0100 Subject: [PATCH] Update TODO --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 488b937..aa8d1bf 100644 --- a/TODO.md +++ b/TODO.md @@ -21,12 +21,11 @@ * load testing shows that with sharded state, mio reaches 1.4M responses per second with 6 socket and 4 request workers. performance is great overall and faster than without sharding. io_uring impl is a lot behind mio impl with new load tester + * look at proper cpu pinning (check that one thread gets bound per core) + * then consider so_attach_reuseport_cbpf * what poll event capacity is actually needed? * mio * stagger connection cleaning intervals? - * uring - * ValidUntil periodic update - * statistics * aquatic_http: * clean out connections regularly