mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
server partition, since they have different failure modes compared to real remote calls. For HB25-017 Subversion-branch: /trunk/polyorb Subversion-revision: 132810
34 lines
883 B
Plaintext
34 lines
883 B
Plaintext
README for the PolyORB all_types example
|
|
----------------------------------------
|
|
|
|
$Id$
|
|
|
|
This demo tests the processing for various argument passing modes, both
|
|
in the case where network communication is involved and in the case of
|
|
local calls.
|
|
|
|
Three executables are provided
|
|
- server : a CORBA server application, provides various functions that
|
|
receive and return values.
|
|
|
|
- client : a CORBA client application, built to interact with 'server',
|
|
test various combinations of argument modes
|
|
|
|
- dynclient : same, using the DII
|
|
|
|
* To run these tests :
|
|
|
|
1) client/server test :
|
|
|
|
- launch server
|
|
- launch client using the IOR string output by server as an argument
|
|
|
|
The client will interact with the server, doing several tests. The different
|
|
results are displayed on the client side.
|
|
|
|
2) local test :
|
|
|
|
- launch 'server local'
|
|
- the server runs the tests within the same partition
|
|
|