[Mono-dev] Remoting implementation question - calls on System.Object
Brian Crowell
mono-devel at fluggo.com
Mon Aug 14 17:34:41 EDT 2006
Robert Jordan wrote:
> 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.
Well, that's odd. I was almost certain .NET 1.1 did the same thing. It seems
only natural. I once had to write a set of RealProxies, and one of the ways I
got the biggest performance boost out of the Framework was to handle the Object
methods locally. (Particularly GetType, as that is used by the ServiceContainer
class, but it seems that's not exactly right, given Microsoft's list.)
I'll file the bug anyways, but it's probably not the magic bullet I thought it
was. I'm reasonably sure, though, that XSP's performance shouldn't be as heavily
tied to remoting performance as people have made it sound.
--Brian
More information about the Mono-devel-list
mailing list