diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-10 22:24:02 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-10 22:24:02 +0000 |
commit | 3a0c41e7a7e22e476de84f533f090e301a883601 (patch) | |
tree | f3de2888f57f4f53a80abdaa7c92cac603495090 | |
parent | 6f4cb3e26f5b18cfb0a50f6a7f403c55e3d62e03 (diff) | |
download | ATCD-3a0c41e7a7e22e476de84f533f090e301a883601.tar.gz |
* performance-tests/RTCorba/Oneways/Reliable/client.cpp:
* performance-tests/RTCorba/Oneways/Reliable/test_i.h.cpp:
* performance-tests/RTCorba/Oneways/Reliable/test_i.cpp.cpp:
* performance-tests/RTCorba/Oneways/Reliable/test.idl:
* performance-tests/RTCorba/Oneways/Reliable/run_test.pl:
* performance-tests/RTCorba/Oneways/Reliable/client_test.pl:
* performance-tests/RTCorba/Oneways/Reliable/README:
Added new command line argument that will control how much
'work' is done by the servant. This is useful when
comparing reliable oneways with twoway requests.
-rw-r--r-- | TAO/ChangeLog-99c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index 9829609ad6b..50782373dea 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,16 @@ +Fri Dec 10 16:13:53 1999 Jeff Parsons <parsons@cs.wustl.edu> + + * performance-tests/RTCorba/Oneways/Reliable/client.cpp: + * performance-tests/RTCorba/Oneways/Reliable/test_i.h.cpp: + * performance-tests/RTCorba/Oneways/Reliable/test_i.cpp.cpp: + * performance-tests/RTCorba/Oneways/Reliable/test.idl: + * performance-tests/RTCorba/Oneways/Reliable/run_test.pl: + * performance-tests/RTCorba/Oneways/Reliable/client_test.pl: + * performance-tests/RTCorba/Oneways/Reliable/README: + Added new command line argument that will control how much + 'work' is done by the servant. This is useful when + comparing reliable oneways with twoway requests. + Fri Dec 10 14:09:58 1999 Jeff Parsons <parsons@cs.wustl.edu> * performance-tests/RTCorba/Oneways/Reliable/client.dsp: |