Implementation Strategy


The implementation consists of the following high level units:
  1. Config file parser (produces an internal representation of all services)
  2. Service constructor (converts internal representation into executable functions)
  3. Translation and Execution combinators (building blocks for services, used by #2)
  4. Front End (interfaces to server framework)

Notes: