From 12521f45cd85d2e89125c532bdb0df62409bf164 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 14 Jan 1999 08:34:01 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'ACE-4_6_13'. --- TAO/performance-tests/Demux/README | 80 -------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 TAO/performance-tests/Demux/README (limited to 'TAO/performance-tests/Demux/README') diff --git a/TAO/performance-tests/Demux/README b/TAO/performance-tests/Demux/README deleted file mode 100644 index 616cb7d5a8c..00000000000 --- a/TAO/performance-tests/Demux/README +++ /dev/null @@ -1,80 +0,0 @@ -// $Id$ -// ============================================================================ -// -// = LIBRARY -// TAO/performance-tests/Demux -// -// = FILENAME -// README -// -// = AUTHOR -// -// Aniruddha Gokhale -// -// ============================================================================ - - -This test directory tests various demultiplexing strategies used in -TAO for POA, object, and operation name lookups - -Description of various files: - -CodeGen Directory containing the code generator - -server.cpp server main program -demux_test_server.{h, cpp}: Server-side implementation details - -client.cpp client main program -demux_test_client.{h, cpp}: Client-side implementation details -demux_test_macros.h: Some constants used by both the client and the server - - -Generated Files: ----------------- - -Must run ./CodeGen/demux tool to generate the following files. See -CodeGen/README for command line options. - - -demux_test.idl: The Demux_Test IDL interface -demux_test_i.{h, cpp}: Implementation of the Interface -demux_test_client.i: Code to be included with the client -poa_names.dat: Names for all the POAs to be used - - -Command Line options --------------------- - -server -d (for debugging) - -p - -o - -f default is ior.dat - -client -d (for debugging) - -p - -o - -m - -f default is ior.dat - -n - -i (L = linear - R = random - B = best w.r.t linear - W = worst w.r.t linear) - - ------- -*NOTE* ------- -The num_POAs, num_objs, and num_ops must match on the client -and server side. - -Use the svc.conf file and change the -ORBsystemidpolicydemuxstrategy -option to use the desired object lookup strategy. For system ID -policy, active demuxing in the default. - -Use the desired options to the TAO_IDL compiler so that it will -generate the right lookup strategy for operation name -demultiplexing. - - - -- cgit v1.2.1