|
Hi, thanks for this amazing project! I would like to know do we have something similar to |
Answered by
robjtede
Jun 7, 2024
Replies: 2 comments
|
I implemented this in my fork, though I still hope we can have this in the official release:> |
0 replies
|
I added an example of how to achieve CPU core pinning. I'd prefer not to add an |
0 replies
Answer selected by
SteveLauC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added an example of how to achieve CPU core pinning.
I'd prefer not to add an
on_thread_startmethod toHttpServersince the app factory functions are run per-worker already.