Open naturallymitchell opened 5 years ago
currently we have either per request actors which is incorrect and mostly fails under heavy load, or single-actor which process requests sequentially
single-actor
best documentation available comes from Qitta - Web Application Server by Rust with actix-web
see also #247 for concurrency within handlers, but for paralleliztion, we need #74 and this
currently we have either per request actors which is incorrect and mostly fails under heavy load, or
single-actor
which process requests sequentiallybest documentation available comes from Qitta - Web Application Server by Rust with actix-web