Tuesday, August 14, 2007

WCF 3.0's v/s Websphere 6.1

.NET StockTrader Sample Application
An End-to-End Sample Application Illustrating Windows Communication Foundation and .NET Enterprise Technologies.

Test Results:
- .NET 3.0 hosted on IIS with an Http binding and XML encoding offers 124% better throughput than the fastest WebSphere/EJB Web Service implementation tested; and 46% better throughput than the JDBC (no entity beans) WebSphere implementation tested.
- .NET 3.0 self-hosted over Http/XML offers 225% better throughput than the fastest WebSphere/EJB Web Service implementation tested; and 113% better throughput than the JDBC WebSphere implementation tested.
- .NET 3.0 with binary encoding over a TCP binding offers 488% better throughput than the fastest WebSphere EJB Web service implementation tested; and 284% better throughput than the JDBC WebSphere implementation tested.

Summary results..

Regards, ~Neville (http://nevilledubash.blogspot.com/)