Re: Large Data transfer



On Wed, 2001-12-05 at 10:53, Mr C.A.Beazley wrote:
> 
> I'm having to pass very large sequences back to the client, and the current 
> method of passing the sequence in one go is not adequate for the task. This 
> must be a common problem with CORBA and therefore would likely to have a 
> standard solution/s. 
> 
you can return a, for instance, DataTransfer CORBA object from your
call, and then, on the client side, call repeatedly a method getChunk on
that object to get the next chunk of data, until there's no data
anymore.

cheers
-- 
Rodrigo Moya <rodrigo@gnome-db.org> - <rodrigo@ximian.com>
http://www.gnome-db.org/ - http://www.ximian.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]