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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Python Interview Questions

Which is the fastest implementation of python?

0 Answers  


How do you avoid cyclic imports without resorting to imports in functions?

0 Answers  


What is abstraction in python?

0 Answers  


What does quit () do in python?

0 Answers  


How do you monitor the code flow of a program in python?

0 Answers  






Tell us what is the usage of help() and dir() function in python?

0 Answers  


What does __ init __ mean in python?

0 Answers  


What does defined by whitespace in python?

0 Answers  


In python, how do I read a file line-by-line into a list?

0 Answers  


How do you create a list which is a reverse version on another list in python?

0 Answers  


explain the reduce() function?

0 Answers  


Which is faster python or c?

0 Answers  


Categories