Previous | Next --- Slide 42 of 57
Back to Lecture Thumbnails
SR_94

When a web server gets requests, it first checks if the responses are in the memcached servers and if not it sends the requests to the DB.

blah329

To further elaborate, an optimization is that when the database is returning the data back to the server, the data can be cached in the memcached servers.