erlang part 2
In this lab we'll investigate erlang in a little more depth -
this time studying an application of Erlang developed by Richard
Ramsden as part of a 2012 directed studies.
In lectures we discussed some of the issues and approaches relating
to distributed rate limiting, and its interaction with load balancing.
The links below outline the problem and an initial solution
Richard worked on, plus prototype code in erlang to evaluate
the solution.
Lab Exercise
The objective of the lab it to go through the two erlang modules,
and write a short (2-3) page outline of how the modules work,
what portion of the solution they implement, and how they test it.