Category: web-services

What is the Speed Difference Between Database and Web Service Calls?

All things being equal, and in the most simple form, which is faster? 1.) A call to a web service method 2.) A call to a database For example, assume that you have a simple web service that just returns an integer that is calculated in X time. You also have a database that, when […]