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?



You are having multiple memcache servers running python, in which one of the memcacher server fails,..

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

Post New Answer

More Python Interview Questions

How will you capitalize the first letter of a string?

1 Answers  


What is with open in python?

1 Answers  


Can I build website using python?

1 Answers  


What is MySQLdb?

1 Answers  


What tools can be used to unit test your python code?

1 Answers  


What are list comprehensions in Python?

2 Answers  


Executing dml commands through python programs?

1 Answers  


What's the difference between python and anaconda programming?

1 Answers  


What are the built-in data-types in python?

1 Answers  


Explain what is namespace in python?

1 Answers  


How will you get all the keys from the dictionary?

1 Answers  


Can python replace bash?

1 Answers  


Categories