https://github.com/alwayseden/loadbalancer
Simple Proxy LoadBalancer in C.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Repository
Simple Proxy LoadBalancer in C.
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
LoadBalancer
How to start
``` 1. gcc loadbalancer.c -o loadbalancer 2. ./loadbalancer (RR/AL/RB)
The argument means the algorithm to operate loadbalancer. RR = Round Robin, Loadbalancer choose the server in order. AL = At least, Loadbalancer choose the server with least connection. RB = Resource Based, Loadbalancer choose the server with minimum cpu and memory consumption. ```
About
Environmnet: Raspberrypi/Raspbian OS
Language: C
Test Tool: Flask(For Web service)
Loadbalancing Algorithm: Round Robin, Least Connection, Free Resource
Interesting technical skill
- Epoll
- RawSocket
- Loadbalancer(Type: Proxy)
Owner
- Name: Jeoongwon Ha
- Login: AlwaysEden
- Kind: user
- Location: Pohang, South Korea
- Company: Handong Global University
- Repositories: 1
- Profile: https://github.com/AlwaysEden
Handong Global University(HGU) Computer science hajeongwon77@gmail.com
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1