https://github.com/alwayseden/loadbalancer

Simple Proxy LoadBalancer in C.

https://github.com/alwayseden/loadbalancer

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
Last synced: 9 months ago · JSON representation

Repository

Simple Proxy LoadBalancer in C.

Basic Info
  • Host: GitHub
  • Owner: AlwaysEden
  • Language: C
  • Default Branch: main
  • Homepage:
  • Size: 44.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

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

Handong Global University(HGU) Computer science hajeongwon77@gmail.com

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1