austinmacmath / Server-Simulation

Load balancing simulation of user specified servers of specified quantity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocuSign Coding Problem

Server load balance simulation for DocuSign interview.

Getting Started

Running

From the terminal, compile program.cpp.

make program

Run the executable with the specified parameters.

./program X:3 Y:1

Clear object files and executables.

make clean

Author

Austin Mac

About

Load balancing simulation of user specified servers of specified quantity.


Languages

Language:C++ 91.6%Language:Makefile 8.4%