/*
This program read server information from serverinfo.txt file, and create the server socket waiting for client requests... 
*/
[prompt]>java Cs

/*
This program generates the workload. 
1. It reads the Poisson arrival rate multiply with the value of a Poisson function and a random value. 

2. Every second this program will make a decision (if the result>0.5 then load the application(s) accordingly) to 
insert some application(s) into the server queue(squeue.txt).

3. It create a group of client sockets and communicate with server socket... 
*/
[prompt]>java Alg2



