mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
For G123-015 Prompted by IA28-001 Subversion-branch: /trunk/polyorb Subversion-revision: 151510
22 lines
612 B
Plaintext
22 lines
612 B
Plaintext
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.
|