switch web-server handler's actor layout to use tokio threadpool
Open
component/handlers
focus/mechanics
focus/performance
model/change
progress/0.25
size/0.75
size/1
track/unscoped
value/1
- Dominant language
- Rust
- Stars
- 147
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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](https://qiita.com/atsuk/items/c04fffe4ed0e73a67cd0)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.