jazzdotdev / jazzdotdev/jazz

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

Open
#165 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.