summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/README
blob: 04949630b5d66d25b8dc394b26e09a42255d5b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id$

	A simple test for the DSI/DII gateway support. TAO can
optimize some demarshaling/marshaling and data copying in the
implementation of DSI/DII based gateways.

	This is a smoke test and simple example for those features.

	Use:

$ server -o server.ior
$ gateway -k file://server.ior -o gw.ior
$ client -k file://gw.ior -i 100 -x

	or run the run_test.pl script.