5 This is a test for oneways with buffering and timing constraints. The
6 client sends is setup to send large requests to the server. The
7 server is setup to take a long time to process these requests. The
8 combination will cause flow control for the client. The timing
9 constraints on the client ORB will prevent the client from blocking
10 because of flow control. The request is queued up for later delivery
11 once the flow control subsides.
15 The client invokes a oneway of size <data_bytes> after every
16 <interval> amount of time. The amount of time taken by the server to
17 process the request is <remote_work>. Blocking on the client is
18 prevented by <roundtrip_timeout>.
22 The client should be able to make steady progress, i.e., should not be
23 effected by flow control, while the server is slow to catch up. At
24 the end of the client application, it will block to make sure that any
25 unsent data is delivered to the server.
29 You can use the run_test.pl script to run it or: