[omniORB] file transfer implementation code

bjorn rohde jensen shamus@tdcadsl.dk
Wed, 02 Jan 2002 21:30:06 +0100


Hi there,

 Besides buying Henning and Vinosky's CORBA book you might also want to
have a look at the examples in omni/src/examples. CORBA should perform
quite well for data distribution, but you should use sequences of
octets,
if your data is simply a sequence of bytes, since they have been highly
optimized for bulk data transfer. Of course, if your data is text using
a sequence of chars is the right thing to do.

Yours sincerely,

Bjorn