README: don't say http and ws only support single request worker

This commit is contained in:
Joakim Frostegård 2020-08-13 01:52:01 +02:00
parent 2b4cd2dea1
commit b9ab650138

View file

@ -24,9 +24,6 @@ peers. This design means little waiting for locks on internal state occurs,
while network work can be efficiently distributed over multiple threads, while network work can be efficiently distributed over multiple threads,
making use of SO_REUSEPORT setting. making use of SO_REUSEPORT setting.
Currently, `aquatic_ws` and `aquatic_http` only support a single request
worker. Benchmarks of `aquatic_udp` indicate that this is sufficient.
## Installation prerequisites ## Installation prerequisites
- Install Rust with [rustup](https://rustup.rs/) (stable is recommended) - Install Rust with [rustup](https://rustup.rs/) (stable is recommended)