Σάββατο, 10 Οκτωβρίου 2009 - Δημοσιεύσεις

Use REST and let others do the caching for you

I run into an (one year) old article of Udi Dahan today. He explains how REST can be used to scale up an application, of course without the need to add additional hardware. The idea is simple. If you have a SOAP web service that thousants of clients call, then a common practice would be to add caching behind it, in order to avoid hitting your database (or other resources) for each request. Common and cheap practice that works up to some extend. However, If you use REST instead of SOAP for your service, then

Διαβάστε περισσότερα »