I am new to memcached. I am upgrading an Apache 2,2 server to 2.4 and have been using mod_mem_cache which no longer exists. Memchached looks like it can integrate with Apache's mod_socache_memcache. I have a simple use:
- n servers, each running Apache 2.4, not on internet, each serving up to 60 clients - clients run an intensive map program that requests data tiles from Apache via HTTP in the URL form: http://server_ip/tile_engine/GetTile?i=xx&j=xx&k=xx - in the URL, the "tile_engine" is not a dir but triggers a custom Tile Server to take the request and return a tile from a very large file. The Tile Server is efficient with the file access. - I would like the most recent URL requests cached in memory. - I can't use much RAM, perhaps 20MB per server Questions: 1. Will this scenario work with memcached? 2. I know memcached can combine the cache from all servers but I don't think I need this great feature. However, when this feature is used, what is the communication between servers to get the data cached on a different server? 3. How do I set up the memcached memory allocated and other settings, through Apache Directives? 4. is there an example setup with Apache that I can look at? Thanks much! -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
