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.