3 This is a stress test for TAO's "single read" feature. This test sends
4 different sized octet sequences as one-way calls to the server. The
5 server should not lose any of the calls. The client and server can be
9 $ client -k file://filename -d <data_bytes> -i <iterations>
11 The client first sends an octet sequnce of size data_bytes, then
12 follows that with octet sequence of size 10 times more and follows
13 that with an octet sequnce of size 10 times less than <data_bytes>
14 size. This sequence of data pushing is done <iterations>
15 times. Preferably <data_bytes> should be a multiple of 10 with a
20 Make this test a multi-threaded one.