Python Developer Question:

Download Job Interview Questions and Answers PDF

Suppose ou are having multiple Memcache servers running Python, in which one of the memcacher server fails, and it has your data, will it ever try to get key data from that one failed server?

Python Developer Interview Question
Python Developer Interview Question

Answer:

The data in the failed server won’t get removed, but there is a provision for auto-failure, which you can configure for multiple nodes. Fail-over can be triggered during any kind of socket or Memcached server level errors and not during normal client errors like adding an existing key, etc.

Download Python Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How to generate random numbers in Python?Do you know how is Multithreading achieved in Python?