About advantage of caching in REST protocol
http://odino.org/rest-better-http-cache/
http://odino.org/rest-better-http-cache/
Why caching?
If you aren’t convinced by Fielding’s words, here are other explanations:
- improve speed, because we want to deliver fast content to our consumer
- fault tolerance, because we want our service to deliver content also when it encounters internal failures
- scalability, because the WWW scales to bilions of consumers through hypermedia documents and we just want to do the same thing
- reduce server load, because we don’t want our servers to compute without the need of it
No comments:
Post a Comment