> I am using MarshallByRef ref
> My remote objects inherit form MArshallByRef, in additin to that my
> class a the Serialize attribute..
Remove the serialize attribute - I believe if it is there, it will
serialize the object and send it across the wire.
> ONe thing is that this time delay is long only during the first call
> for the remote object function becaus I get it needs to cheks user
> credential on remote PC.
>
> As soon as the first call is made, all others successive call to the
> server is really fat and do dot have that delay anymore.
The initialization (connect) in remoting does take a while ... Usually this
is related to transferring fo the intial serialized objects.
calderara - 11 Jun 2007 10:14 GMT
Thnaks for your reply
I remove the Serialize attribute but no help..same delay when server and
client are runing on different PC.
I think that it is also part of the Autentication process...
If we can do nothing agains that, then I have to accept it....
Will it help if I change the mode of my remote object
regards
serge
> > I am using MarshallByRef ref
> > My remote objects inherit form MArshallByRef, in additin to that my
[quoted text clipped - 12 lines]
> The initialization (connect) in remoting does take a while ... Usually this
> is related to transferring fo the intial serialized objects.