Performance and considerations of distributed .NET options

[Found by way of Christian Weyer]

Finally here: thinktecture’s Ingo Rammer and Richard Turner from Microsoft have published articles on performance comparisons of distributed application technologies

Performance of ASP.NET Web Services, Enterprise Services, and .NET Remoting

System.Messaging Performance

This is great stuff! I especially like the treatment of System.Messaging (which wraps MSMQ), as there hasn't been enough written about this great tool, and especially nothing (as far as I know) about metrics for it.

Comments

Tuesday, August 16, 2005 8:19 PM by Tomas Restrepo

# re: Performance and considerations of distributed .NET options

Robert,

There have actually been a few. One that comes to mind is http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmqqc/html/msmqperf.asp. One I consider far more interesting (if not explicitly MSMQ-focused) is http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmaj/html/benchmarkingTED.asp, because it puts it all into the context of a real complex system...
Wednesday, August 17, 2005 8:04 AM by Robert Hurlbut

# re: Performance and considerations of distributed .NET options

Thank you, Tomas! I was going to put that out there as more of a "are there other MSMQ metrics?". I appreciate the update.
Wednesday, August 17, 2005 8:11 AM by Robert Hurlbut

# re: Performance and considerations of distributed .NET options

Actually, I had seen the latter article recently and forgot about it. The first article is a nice reminder that this technology is solid and proven.