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.
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
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.
23 You can use the run_test.pl script to run it or: