views:

680

answers:

2

What is WCF performance like compared to other solutions such as ASMX or even a custom module?

Example: An online multi-player video game based on AJAX with JSON with data always going back and forth with the browser and server with hundreds of thousands to millions of users.

+1  A: 

if you want to compare ASMX against WCF, there are several posts about it...

balexandre
A: 

WCF vs. WebSphere. This is a good detailed performance test based on the .NET StockTrader Sample Application.

ASMX vs. WCF

AnAngel