Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoinegiraud/tp2_inf4410_loadbalancerserverandcomputingservers_javarmi
Project: coding a master serveur that gives work to other computing servers
https://github.com/antoinegiraud/tp2_inf4410_loadbalancerserverandcomputingservers_javarmi
Last synced: 4 days ago
JSON representation
Project: coding a master serveur that gives work to other computing servers
- Host: GitHub
- URL: https://github.com/antoinegiraud/tp2_inf4410_loadbalancerserverandcomputingservers_javarmi
- Owner: AntoineGiraud
- Created: 2015-11-12T21:13:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T21:22:23.000Z (about 9 years ago)
- Last Synced: 2024-10-30T18:02:58.420Z (3 months ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TP2 INF4410: Services distribués et gestion des pannes
Project: coding a master serveur that gives work to other computing servers
The load balancer server can
* handle nasty computing server (1+/3+) by selecting the most common answer returned.
* handle intempestive computing server disconection
* chunk into pieces if a load is too big for a server (if the computing server is too busy and rejects the computing contract)Project Work made during a class in Polytechnique Montréal : [Systèmes répartis et infonuagique](http://www.polymtl.ca/etudes/cours/details.php?sigle=INF4410)