Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chirino/fair-router
a fair http router poc
https://github.com/chirino/fair-router
Last synced: about 1 month ago
JSON representation
a fair http router poc
- Host: GitHub
- URL: https://github.com/chirino/fair-router
- Owner: chirino
- License: apache-2.0
- Created: 2024-03-20T12:58:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T13:54:56.000Z (10 months ago)
- Last Synced: 2024-10-15T12:24:28.389Z (3 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fair-router is a POC for a fair and efficient request routing algorithm.
If you have HTTP requests that you want to distribute among a set of workers which have limited heterogeneous processing capacity, you can use `fair-router` to do so. It is a simple and efficient algorithm that ensures that workers activity keep the router updated with how much processing capacity they have left.