Known bug:

put name=dog&	-> will pass my error checking


Overview of my application for the glinda server:
(more information can be found in comments at the top of master.cpp and worker.cpp)


I did the "compute farm" example that does a distrubed summation.


Workers are started up in the background and try to take work off the glinda server.
Once the master program is executed it will put work onto the glinda server for the workers
to take, compute, and then post the result back to the glinda server. Finally the master server
will take all the results, add the results and output it.



Example:


./glinda 5152 &

./worker CCCWORK1.WPI.EDU 5152 &
./worker CCCWORK1.WPI.EDU 5152 &
./worker CCCWORK1.WPI.EDU 5152 &

./master CCCWORK1.WPI.EDU 5152 10 1000

summation of integers 10 to 1000 = 500455		*output