Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / EC_Custom_Marshal / README
blob13808be0dbbc0ea632db8e34d30cdc0992f3af90
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
10 start
12 $ ./ECM_Consumer
14 and after that
16 $ ./ECM_Supplier
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.