Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Single_Read / README
blob9abc507ee593a8f3148daee8a1be91c6d9a569ee
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
6 started like this
8 $ server -o filename
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
16 minimum value of 10.
18 TO_DO
19 ----
20 Make this test a multi-threaded one.