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 |
How to declare an array in php?
Write down the code for save an uploaded file in php.
What is $_ files in php?
What is the use of "enctype" attribute in a html form?
Is php front end or back end?
Why constructor is not overridden?
What is the interface in php?
What is htaccess?
What is php destruct?
Could we start a variable with number like $4name?
What is the use of final class in php?
How many types of session are there?