You 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?
Answer / Uttam Kumar Gupta
In a Python setup with multiple Memcached servers, if one server fails, it won't attempt to get key data from that particular failed server by default. Instead, the load balancing mechanism will distribute requests across the remaining available servers.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you capitalize the first letter of a string?
What is with open in python?
Can I build website using python?
What is MySQLdb?
What tools can be used to unit test your python code?
What are list comprehensions in Python?
Executing dml commands through python programs?
What's the difference between python and anaconda programming?
What are the built-in data-types in python?
Explain what is namespace in python?
How will you get all the keys from the dictionary?
Can python replace bash?