blob: 4ca004ca6da7880e5192ae7dbfe018958f0a3ece (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
The following tests of TAO are provided in this directory.
The individual directories contain READMEs on how to run the tests.
. Cubit
Cubit example. The servant returns the cube of the number
sent to it by the client.
. Demux_test (*NOTE* This is still under development)
This tests various demultiplexing strategies used in TAO.
. POA
Contains various small tests of POA features.
. NestedUpcall
Tests TAO's nested upcall feature, which allows
single-threaded clients and servers to perform callbacks on
each other without deadlocking.
. Param_Test
Tests features of the typecode interpreter.
. Quoter
Tests the use of the Global POA options with multiple threads.
. Thruput_test
Throughput tests for TAO, based on TTCP.
|