[omniORB] append octet sequence

Duncan Grisby duncan@grisby.org
Mon Mar 3 12:48:01 2003


On Monday 24 February, Thomas Amsler wrote:

[...]
> I thought that I could create a sequence of the final file size on the 
> server side and then just copy sub sequences as they arrive into the 
> final sequence. This doesn't seem to be very efficient. Is there a 
> better way where I can just "append" sequences to one another as they 
> arrive?

There's no way in the CORBA spec to do what you want any more
efficiently. However, it would be pretty easy for you to hack the
stubs to allow each call to extend an existing octet sequence.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --