summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Demux/CodeGen/README
blob: 3f6cb9d2c141e73cb7ceafef7446cb0a05e592a4 (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
// $Id$
// ============================================================================
//
// = LIBRARY
//    TAO/performance-tests/Demux/CodeGen
//
// = FILENAME
//    README
//
// = AUTHOR
//
//    Aniruddha Gokhale
//
// ============================================================================

This directory contains the code generator for the Demux Test.

Command line options

demux -m <num ops>
      -o <num objs>  (not useful until we add USER_ID policy to the
                      demux server)
      -p <num POAs>

This will generate an interface definition for the Demux_Test
interface in a file called "demux_test.idl". The code generator will
also produce the demux_test_i.{h, cpp} files that implement the
interface. A "demux_test_client.i" produces some client-side code that
must be included with the client.