Merge pull request #2318 from jwillemsen/jwi-add_forward_profiles
[ACE_TAO.git] / TAO / examples / Buffered_Oneways / README
blobc7c8759656d1a1dd320980955373508a9b3cc0b8
3 Description:
5 This is a simple test for buffered oneways.  It invokes multiple
6 oneway calls.  Due to buffering in the ORB, the calls are
7 automatically bunched together instead of being delivered to the
8 server upon every invocation.
10 Expected output:
12 The client invokes a oneway after <interval> amount of time.  Flushing
13 occurs every <flush count> invocations (explicitly), or after <message
14 count> invocations (implicitly), or after <message bytes> have been
15 queued up (implicitly).  Any of these options can be turned off by
16 setting them to -1.
18 The server prints out the time and the number of the oneway request.
19 The output should show a batch of invocations received on the server.
21 How to run:
23 You can use the run_test.pl script to run it or:
25 $ server
26 $ client