diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-30 15:54:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-30 15:54:22 +0000 |
commit | 5c7850969e9ec02f4a5e163549d9651fb2ecf729 (patch) | |
tree | 8a7253f3b37ea770a10e347d69d6610326b83c80 | |
parent | a89261c5882775fbc4fb5a187f5b732498239042 (diff) | |
download | ATCD-5c7850969e9ec02f4a5e163549d9651fb2ecf729.tar.gz |
added VxWorks info
-rw-r--r-- | TAO/performance-tests/Cubit/TAO/MT_Cubit/README | 37 | ||||
-rw-r--r-- | TAO/tests/Cubit/TAO/MT_Cubit/README | 37 |
2 files changed, 52 insertions, 22 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README index b6c463e94ca..9f9caa17432 100644 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README @@ -1,10 +1,13 @@ +// $Id$ + The MT-Cubit example -------------------- Compiling --------- -Makefile is provided. Use make to compile. +Makefile is provided. Use make to compile. Except, see below for +VxWorks-specific instructions for building the client. You can either run the server in the background in the same window as the client or open a separate window for the client and server. @@ -25,15 +28,15 @@ by the client. client: ------- -./client [-ORBobjrefstyle url] - [-p <port_num>] - [-h <server_hostname>] +./client [-ORBobjrefstyle url] + [-p <port_num>] + [-h <server_hostname>] [-d <datatype>] - [-n <num_calls>] - [-t <num_of_clients>] - [-r] + [-n <num_calls>] + [-t <num_of_clients>] + [-r] -[-ORBobjrefstyle url] Makes the IOR appear in URL format instead +[-ORBobjrefstyle url] Makes the IOR appear in URL format instead of that ugly number sequence format. <port_num> is the port number of the highest priority servant and @@ -57,16 +60,28 @@ client: <num_of_clients> is the total number of concurrent clients to be created. The clients will have successively decreasing - priorities. + priorities. [-r] this option can be used to turn on the thread-per-rate tests. -[-o] enables oneway calls instead of two-way calls. The oneway call +[-o] enables oneway calls instead of two-way calls. The oneway call is a noop call (for now). -[-x] makes the client call the shutdown() method on the servant which +[-x] makes the client call the shutdown() method on the servant which invokes the shutdown() method on the ORB and causes it to exit. +To build the client for VxWorks, for running the server and client +on a single target: + + % make BIN=client ACELIB= LDLIBS=$ACE_ROOT/ace/.obj/High_Res_Timer.o + +To run the server and client on a single target: + + -> ld < server + -> ld < client + -> spa server, "-s", "-f", "ior.txt", "-t", "2" + -> spa client, "-s", "-f", "ior.txt", "-t", "2", "-n", "1000" + Results ------- diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/README b/TAO/tests/Cubit/TAO/MT_Cubit/README index b6c463e94ca..9f9caa17432 100644 --- a/TAO/tests/Cubit/TAO/MT_Cubit/README +++ b/TAO/tests/Cubit/TAO/MT_Cubit/README @@ -1,10 +1,13 @@ +// $Id$ + The MT-Cubit example -------------------- Compiling --------- -Makefile is provided. Use make to compile. +Makefile is provided. Use make to compile. Except, see below for +VxWorks-specific instructions for building the client. You can either run the server in the background in the same window as the client or open a separate window for the client and server. @@ -25,15 +28,15 @@ by the client. client: ------- -./client [-ORBobjrefstyle url] - [-p <port_num>] - [-h <server_hostname>] +./client [-ORBobjrefstyle url] + [-p <port_num>] + [-h <server_hostname>] [-d <datatype>] - [-n <num_calls>] - [-t <num_of_clients>] - [-r] + [-n <num_calls>] + [-t <num_of_clients>] + [-r] -[-ORBobjrefstyle url] Makes the IOR appear in URL format instead +[-ORBobjrefstyle url] Makes the IOR appear in URL format instead of that ugly number sequence format. <port_num> is the port number of the highest priority servant and @@ -57,16 +60,28 @@ client: <num_of_clients> is the total number of concurrent clients to be created. The clients will have successively decreasing - priorities. + priorities. [-r] this option can be used to turn on the thread-per-rate tests. -[-o] enables oneway calls instead of two-way calls. The oneway call +[-o] enables oneway calls instead of two-way calls. The oneway call is a noop call (for now). -[-x] makes the client call the shutdown() method on the servant which +[-x] makes the client call the shutdown() method on the servant which invokes the shutdown() method on the ORB and causes it to exit. +To build the client for VxWorks, for running the server and client +on a single target: + + % make BIN=client ACELIB= LDLIBS=$ACE_ROOT/ace/.obj/High_Res_Timer.o + +To run the server and client on a single target: + + -> ld < server + -> ld < client + -> spa server, "-s", "-f", "ior.txt", "-t", "2" + -> spa client, "-s", "-f", "ior.txt", "-t", "2", "-n", "1000" + Results ------- |