Tagged Questions
4
votes
1answer
192 views
How does php know what memcached node to look for its data in?
I am new to the world of Memcached clusters
If I have a php web application that is using memcache - how does it does its hash and decide what node to check for a particular value to avoid having to ...
1
vote
1answer
834 views
NGinx vs Varnish as a reverse proxy in front of Apache w/php
I am using apache with mod_php to serve content. Mostly the content is fetched form memcache over the network. All of my images, css and js are already on a cdn
What are the pros and cons of putting ...