A DSA tutorial
From AdaDKWiki - an Ada Programming Wiki
Annex E: Distributed Systems
The Distributed Systems Annex describes the facilities available for implementing distributed systems. A distributed systems is basically a program where selected parts of the program run on different processing and storage nodes. DSA in short enables you to distribute workload easily across multiple physical computers and it makes network communication completely transparent among the clients and servers.
The possibilities with DSA are nearly endless, so it is well-worth the effort to learn a bit about this marvelous technology.

