InterviewSolution
Saved Bookmarks
| 1. |
Can you tell me something about Memcached? |
|
Answer» Memcached is an open-source and free in-memory object caching system that has high performance and is distributed and GENERIC in nature. It is mainly used for SPEEDING the dynamic web applications by reducing the database load. Memcached can be used in the following cases:
Benefits of Memcached:
Some of the drawbacks of using Memcached are:
|
|