File: README

package info (click to toggle)
polyorb 2.11~20140418-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,012 kB
  • ctags: 465
  • sloc: ada: 273,015; sh: 4,507; makefile: 4,265; python: 1,332; cpp: 1,213; java: 507; ansic: 274; xml: 30; perl: 23; exp: 6
file content (21 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.