You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently actix server only uses a single thread for runtime. To fix this HttpServer::worker should be used with ideal amount of workers that can be deployed on a particular machine. This number could be logical processors available on a particular machine.
The text was updated successfully, but these errors were encountered:
trueleo
changed the title
Setup default number of worker threads for actix runtime.
Setup default number of workers for actix server.
Sep 4, 2022
Currently actix server only uses a single thread for runtime. To fix this
HttpServer::worker
should be used with ideal amount of workers that can be deployed on a particular machine. This number could be logical processors available on a particular machine.The text was updated successfully, but these errors were encountered: