summaryrefslogtreecommitdiff
path: root/TAO/examples/Buffered_Oneways/README
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit8008dd09ccf88d4edef237a184a698cac42f2952 (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/examples/Buffered_Oneways/README
parent13d6e89af439164c0ade48e6f5c3e9b3f971e8c9 (diff)
downloadATCD-8008dd09ccf88d4edef237a184a698cac42f2952.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/examples/Buffered_Oneways/README')
-rw-r--r--TAO/examples/Buffered_Oneways/README26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/examples/Buffered_Oneways/README b/TAO/examples/Buffered_Oneways/README
deleted file mode 100644
index 986359e3bee..00000000000
--- a/TAO/examples/Buffered_Oneways/README
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id$
-
-Description:
-
-This is a simple test for buffered oneways. It invokes multiple
-oneway calls. Due to buffering in the ORB, the calls are
-automatically bunched together instead of being delivered to the
-server upon every invocation.
-
-Expected output:
-
-The client invokes a oneway after <interval> amount of time. Flushing
-occurs every <flush count> invocations (explicitly), or after <message
-count> invocations (implicitly), or after <message bytes> have been
-queued up (implicitly). Any of these options can be turned off by
-setting them to -1.
-
-The server prints out the time and the number of the oneway request.
-The output should show a batch of invocations received on the server.
-
-How to run:
-
-You can use the run_test.pl script to run it or:
-
-$ server
-$ client