3

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.

danmine
  • 11,325
  • 17
  • 55
  • 75
  • You might need to be more specific - is your example your actual scenario? You mention ASMX but that can't be used with JSON so I'm a bit unclear (did you mean ASHX?). – Greg Beech Nov 17 '08 at 01:50

2 Answers2

1

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

Community
  • 1
  • 1
balexandre
  • 73,608
  • 45
  • 233
  • 342
0

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

ASMX vs. WCF

AnAngel
  • 91
  • 1