Top "Memcached" questions

Memcached is a simple distributed object cache that caches information in memory, and can be used to improve the performance of dynamic web applications by reducing access time and database load.

pecl install memcache fails on OS X Yosemite with "memcache support requires ZLIB"

I'm trying to perform a pecl install memcache with XAMPP on OS X Yosemite, but it fails to find zlib, …

php macos memcached libmemcache
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/memcached.so' - /usr/lib64/php/modules/memcached.so

I'm working with CentOS 6.5 When I'm executing this php -v I'm getting the below message: PHP Warning: PHP Startup: Unable …

php centos memcached yum centos6.5
What is the best way to handle sessions for a PHP site on multiple hosts?

PHP stores its session information on the file system of the host of the server establishing that session. In a …

php mysql session load-balancing memcached
Memcache Consistent Hashing, Cluster, PHP code, Ketama and all about it

I have been trying for the whole day to understand and code for Memcache with PHP but I am getting …

php memcached libmemcache consistent-hashing
Can I use Amazon Elasticache on Heroku?

I am currently using Heroku's Memcached in a Rails 3 app and would like to move over to Elasticache because the …

ruby-on-rails heroku memcached amazon-elasticache
Scaling and Clustering JPA

I am putting together a regular Java EE application on jboss7 that will use JPA in the data tier. I …

caching jakarta-ee jpa memcached ehcache
Rails.cache - working but not working

I am using Rails.cache (I have tried both default store and memcached with the dalli gem - but I …

ruby-on-rails ruby-on-rails-3 memcached dalli
Codeigniter caching - suggestions to refresh after new post

I have a blog-type app built on CI 2.1.0. When I add $this->output->cache(5); to my controller, CI …

php codeigniter caching memcached outputcache