Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch web-server handler's actor layout to use tokio threadpool #165

Open
naturallymitchell opened this issue Dec 13, 2018 · 1 comment

Comments

@naturallymitchell
Copy link
Member

currently we have either per request actors which is incorrect and mostly fails under heavy load, or single-actor which process requests sequentially

best documentation available comes from Qitta - Web Application Server by Rust with actix-web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant