Replies: 1 comment
-
|
You can try benchmarking it. I don't spawn the server to another task when building servers but I didn't benchmark it either, so I can't say whether it matters or not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently wrote an article about performance investigations to reddit.
https://www.reddit.com/r/rust/s/J9Ria99lAg
People are suggesting running axum server on separate task, is that true? None of examples or main readme seems to do that?
https://www.reddit.com/r/rust/s/5ZqGcM8tbY
https://users.rust-lang.org/t/why-tonic-not-good-in-beckmark-of-multi-core/70025
Beta Was this translation helpful? Give feedback.
All reactions