Which fields of websites and services are favorable for the usage of Memcached?

devquora
devquora

Posted On: Feb 22, 2018

 

Memcached can be used for :
  • All social networking sites for profile caching
  • Content aggregation i.e. HTML/Page caching
  • E-commerce websites for HTML and Session caching
  • Location-based services for database query scaling
  • Gaming and entertainment services for session caching
  • Used for tracking cookies/ profile for ad targeting

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Memcached Interview Questions

    What is Memcached?

    Memcached is an open-source, high-performance, distributed memory object that speeds-up data-driven websites by caching..

    Memcached Interview Questions

    What is the language of Memcached and who is the author?

    Memcached is written in C language and the author of the same is Danga Interactive...

    Memcached Interview Questions

    How do Memcached works?

    Memcached works in simultaneous ways: Gets the details of the user, browser by sending the request to an application App..