Inspirel banner

Programming Distributed Systems with YAMI4

2.7 Central Services

The YAMI4 central services - name server, message broker and cache - are implemented in Ada and depend on the Ada-Ravenscar library, which has to be compiled first.

The following commands can be used to compile the YAMI4 name server:

$ cd src/services/names
$ gnatmake -Pnames

The message broker and cache servers can be compiled in a similar way from their respective source directories.