http-rs / http-rs/tide

Allow for configuration of maximum server concurrency limits

Open
#586 4 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
5.1k
Forks
329
PR merge metrics
No merged PRs in 30d

Description

When servers support multiple listeners, this should be expanded to include both a global maximum as well as a per-listener maximum. This could either be a hard ceiling in which the server does not accept new connections at all until open connections are closed, or a soft ceiling at which an efficient static 503 response is sent instead of running the router.

References #577

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.