Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 51 forks source link

Force connections to close if the thread pool is too congested #67

Closed Ogeon closed 9 years ago

Ogeon commented 9 years ago

This adds a counter in the server that counts the number of open connections, and lets the user decide how many threads has to be available for new connections. The server will force new connections to close if the number of available threads are as many as the user defined amount, or less.

Closes #65

Ogeon commented 9 years ago

@homu r+

homu commented 9 years ago

:pushpin: Commit 1b1375e has been approved by Ogeon

homu commented 9 years ago

:hourglass: Testing commit 1b1375e with merge 3a85de1...

homu commented 9 years ago

:sunny: Test successful - status