summaryrefslogtreecommitdiff
path: root/TAO/tests/README
blob: 69312770e0cec9b31e59b61218d27196126e4d0f (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
$Id$

The following tests of TAO are provided in this directory.  The
individual directories contain READMEs on how to run the following
tests:

        . Cubit

          Many tests for various ORBs where 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.

        . Multiple_Inheritance

          This test exercises IDL interfaces that inherit from
          multiple interfaces.

        . NestedUpcall

          Tests TAO's nested upcall feature, which allows
          single-threaded clients and servers to perform callbacks on
          each other without deadlocking.

        . OctetSeq

	  Measures the cost of marshaling and demarshaling of
          sequences of octets of different sizes. NOTE: TAO optimizes
	  this so the cost should be constant!

        . Param_Test
 
          Tests all the features of TAO's protocol engine.

        . POA

          Contains various small tests of POA features based on
          examples in the OMG POA specification.

        . Quoter
        
          Tests the use of the Global POA options with multiple threads.
                      
        . Simple
          
          Contains a number of very simple tests, which also
          illustrate how to write canonical Orbix/VisiBroker/OmniORB
          examples in TAO using standard CORBA features rather than
          proprietary ORB features.

        . Thruput

          Throughput tests for TAO, based on TTCP.