mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
README and architecture svg: rename request worker to swarm worker
This commit is contained in:
parent
12fc8bcf1e
commit
7fb68ef52d
2 changed files with 6 additions and 6 deletions
10
README.md
10
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:
|
||||
|
||||
<table>
|
||||
|
|
@ -92,7 +92,7 @@ that you want to use. Recommended proportions:
|
|||
<td>>=20</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Request workers</th>
|
||||
<th scope="row">Swarm workers</th>
|
||||
<td>1</td>
|
||||
<td>2</td>
|
||||
<td>3</td>
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Add table
Add a link
Reference in a new issue