Whether it is possible to share a single instance of a memcache between multiple php projects?



Whether it is possible to share a single instance of a memcache between multiple php projects?..

Answer / Alok Kumar Pandey

Yes, it is possible to share a single instance of Memcached between multiple PHP applications on the same server. You can use PHP's memcache extension to achieve this. Make sure that only one Memcached process runs on your server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to declare an array in php?

1 Answers  


Write down the code for save an uploaded file in php.

1 Answers  


What is $_ files in php?

1 Answers  


What is the use of "enctype" attribute in a html form?

1 Answers  


Is php front end or back end?

1 Answers  


Why constructor is not overridden?

1 Answers  


What is the interface in php?

1 Answers  


What is htaccess?

1 Answers  


What is php destruct?

1 Answers  


Could we start a variable with number like $4name?

1 Answers  


What is the use of final class in php?

1 Answers  


How many types of session are there?

1 Answers  


Categories