diff --git a/README.md b/README.md index 000e02b..dd277a1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ respective configuration files. #### Workers To increase performance, number of worker threads can be increased. The sum of -`socket_workers` and `request_workers` should equal the total number of CPU cores +`socket_workers` and `swarm_workers` should equal the total number of CPU cores that you want to use. Recommended proportions:
| >=20 | ||||
| Request workers | +Swarm workers | 1 | 2 | 3 | @@ -180,7 +180,7 @@ This is the most mature of the implementations. I consider it ready for producti  -More details are available [here](./documents/aquatic-udp-load-test-2021-11-28.pdf). +More details are available [here](./documents/aquatic-udp-load-test-2021-11-28.pdf). Please note that request workers have been renamed to swarm workers. #### Optimisation attempts that didn't work out @@ -213,7 +213,7 @@ fine.  -More details are available [here](./documents/aquatic-http-load-test-2022-04-11.pdf). +More details are available [here](./documents/aquatic-http-load-test-2022-04-11.pdf). Please note that request workers have been renamed to swarm workers. ### aquatic_ws: WebTorrent tracker @@ -231,7 +231,7 @@ fine.  -More details are available [here](./documents/aquatic-ws-load-test-2022-03-29.pdf). +More details are available [here](./documents/aquatic-ws-load-test-2022-03-29.pdf). Please note that request workers have been renamed to swarm workers. ## Load testing diff --git a/documents/aquatic-architecture-2022-02-02.svg b/documents/aquatic-architecture-2022-02-02.svg index 58fc08c..4d00454 100644 --- a/documents/aquatic-architecture-2022-02-02.svg +++ b/documents/aquatic-architecture-2022-02-02.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + \ No newline at end of file
|---|