Basically you're answer is no.

You can use the concept of Smart stubs i.e a specical proxy object which
remembers the values/last values of the properties, which can save on
network traffic.

Some languages allow for objects to be transported - but plain old
Delphi/C++ don't. This opens a real can of worms if you attempt to do this.

Myles.


> -----Original Message-----
> From: Peter G Jones [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, 15 February 2000 05:37
> To:   Multiple recipients of list delphi
> Subject:      [DUG]:  Marhsalling: COM vs Corba
> 
> Imageine I have a server process that creates a object and returns the 
> interface to the client.  With COM, if I call methods and set properties
> on 
> this instance I get network traffic cause the object is alive on the
> server, 
> not the client.  Correct ?
> 
> With Corba (or COM), is there a way of avoiding this network traffic?  IE,
> 
> can the object be magically transported to the client rather than just a 
> reference to it?
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> --------------------------------------------------------------------------
> -
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to