Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nggit committed Nov 23, 2023
1 parent a3329dc commit dbdf77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ python3 -m tremolo --log-level ERROR example:app

You will find that Tremolo is reasonably fast.

But whatever it is, the bottleneck is often on the application side.
However, it should be noted that bottlenecks often occur on the application side.
Which means that in real-world usage, throughput reflects more on the application than the server.

## Misc
Tremolo utilizes `SO_REUSEPORT` (Linux 3.9+) to load balance worker processes.
Expand Down

0 comments on commit dbdf77d

Please sign in to comment.