Tell me whether it is possible to share a single instance of a memcache between multiple php projects?



Tell me whether it is possible to share a single instance of a memcache between multiple php project..

Answer / Nitish Mathur

Yes, it's possible to share a single instance of Memcached between multiple PHP projects. You just need to ensure that all the PHP scripts are configured to use the same Memcached server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

for image work which library?

1 Answers  


Where is php code written?

1 Answers  


What is php and how do you use it?

1 Answers  


What are the different types of php variables?

1 Answers  


Is php closing tag necessary?

1 Answers  


which function used to get the number of days between two given dates in php

1 Answers  


Explain some most commonly use string functions in php?

1 Answers  


How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?

4 Answers  


Which function gives us the number of affected entries by a query?

1 Answers  


how can we retrive value from one database server and store them another database server using php?

3 Answers  


Php code to find whether a number armstrong or not?

1 Answers  


What is composer phar?

1 Answers  


Categories