3 This example shows how to do custom marshaling of IDL and
4 non-IDL data structures in TAO, store the resulting CDR stream in an
5 octet sequence, send it to a remove server and then demarshal it.
6 The example emphasize the use of efficient, non-copy
7 mechanisms to achieve those goals.
9 To run this test just start the Naming_Service, the Event_Service and then
18 you can vary the size of the payload (the number of elements in arrays
19 and sequences) using the -b option to the ECM_Supplier program.