Files
Thomas Quinot 8630a90f08 Add support for relocatable starter
Allow partition location to be specified as a relative directory
and resolved at run time relative to the location of the starter.
This allows the starter and partition binaries to be moved around.

RA26-001
2018-11-20 10:17:02 +01:00
..
2012-01-04 22:41:08 +00:00
2012-03-13 11:41:52 +00:00
2012-01-04 22:41:08 +00:00
2012-01-04 22:41:08 +00:00
2012-01-04 22:41:08 +00:00
2018-11-20 10:17:02 +01:00
2012-01-04 22:41:08 +00:00
2012-01-04 22:41:08 +00:00

This directory contains the following examples for the Ada Distributed
Systems Annex:

- echo
  Simple client/server ping

- demo
  Demo of passing complex data types between client and server

- bank
  A client/server application with one server and multiple instances of the
  client partition

- connections
  Multiple servers and multiple clients, each server has a single
  receiving task and blocks waiting for clients; clients use asynchronous
  send operations

- mailboxes
  Same as "connections" but implemented in Ada 2005 using an RACW with
  designating an interface implemented by the server task.