[Mono-dev] Remoting implementation question - calls on System.Object

Robert Jordan robertj at gmx.net
Mon Aug 14 17:15:12 EDT 2006


Robert Jordan wrote:
> Hey,
> 
> Brian Crowell wrote:
>> Hey, here's a question-- does the remoting framework in Mono forward 
>> System.Object calls on MarshalByRefObjects? I'm looking at a stack trace that 
>> suggests it does, in which case, that could be a major source of your 
>> performance problems in XSP.
> 
> Indeed, it does forward the calls, even if the methods are
> not overloaded.
> 
> Here is what MS does:
> 
> 	http://msdn2.microsoft.com/en-us/library/h8f0y3fc.aspx


Err, MS.NET 1.1 does not follow the rules at the bottom of
the page. Only 2.0 is optimized wrt to System.Object calls.


Robert




More information about the Mono-devel-list mailing list