Friday, August 23, 2013

ServiceStack: A Fast Service Framework

If you are planning for world domination, your service framework must be able to serve requests fast, obscenely fast. Here's a benchmark for ServiceStack, WebAPI, Nancy, WCF:






ServiceStack is very fast. WebAPI is more than 3x slower than ServiceStack



The only problem with ServiceStack and NHibernate for that matter, though both are written in Microsoft language, both of them are not made by Microsoft



Downloaded the code from: https://github.com/ServiceStack/ServiceStack/wiki/Real-world-performance


Just add the corresponding WCF benchmarking code, it's trivial to add


Happy Computing! ツ

No comments:

Post a Comment