A DSA tutorial

From AdaDKWiki - an Ada Programming Wiki

Revision as of 17:25, 25 October 2009 by Taolin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

The tutorial