summaryrefslogtreecommitdiff
path: root/TAO/tests/Demux_Test/README
blob: 133758e62e692f761b881428ff50ab1ba988d950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

***** NOTE: This is still under development and will not work *****


This test directory tests various demultiplexing strategies used in
TAO.

Description of various files:

make_all	script that generates executables for different number
		of objects and methods
gen_bin		generates the binary for the desired number of objects
		and methods
run_client	runs a client
run_server	runs a server
run_all_client	runs all clients generated by the make_all
run_all_server	runs all servers generated by the make_all
CodeGen		Directory containing the code generator
server.cpp	server main program
client.cpp	client main program