summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/README
blob: 1d4cf2e9f48264d75fad06609ff7d73dbd408d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $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.