Update TODO

This commit is contained in:
Joakim Frostegård 2021-11-28 13:13:15 +01:00
parent 8dc0ba34ad
commit adda2bd282

View file

@ -17,14 +17,12 @@
* cargo-deny
* aquatic_udp
* consider bounded channels with size 0 meaning unbounded
* check config field and group names, including in 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?
* stagger connection cleaning intervals?
* notes
* 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
* aquatic_http:
* clean out connections regularly