Hi,
Above code is working fine,
you assign the memcached server where you run memcache server
memcache_servers = "localhost:11211"
above line you replace localhost as IP(i.e,)where memcache server running ex:memcache_servers = "168.162.10.26:11211" -- like this
and start memcache server using this cmd
memcached -d -m 256 -u nobody -p 11211 -l 168.162.10.26
any doubt in this mail me.
regrads, T.Sathish sathish7i@hotmail.com