Files
Thomas Quinot 2b7e25615b (All_Functions): Add the possibility to test local calls within the
server
partition, since they have different failure modes compared to real
remote
calls.
For HB25-017

Subversion-branch: /trunk/polyorb
Subversion-revision: 132810
2008-11-27 14:08:19 +00:00

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