[Ace-users] Re: [tao-users] Return Large Data

Matthew Gillen mgillen at bbn.com
Thu Sep 13 08:22:04 CDT 2007


samuel Gonzalez wrote:
> Hello this is a general question.
> I'm try to return large Data from a DB, but through a Corba Object.
> 
> I want to know what way is the best for transferring large data between
> corba clients and servers.
> Thanks for all.
> I'm reading docs about TAO, but I can't define clearly what is the best
> way to do this.
> G Samuel.

Using an octet sequence for binary data is very efficient in TAO (ie no
serialization/encoding, no extra memcpy operations above what would be done
with "raw" sockets, etc).  This is great if the data is already encoded in a
platform-independent way (ie it's a jpeg image, pdf file, mpeg video, etc).

HTH,
Matt



More information about the Ace-users mailing list