PHP Memcached issue -
How to set up two separate memcache for two different PHP applications in two servers (Windows and Linux)
I know how to set up for a single application. But I'm not able to configure for two different PHP applications. So please let me know which is good in the memcatch, please direct me. You can use different ports, for example: and to run memcached using various ports, such as (for Linux): Hope it helps. $ memcache = New lime; $ Memcache- & gt; Connect ('memcache_host', 11211); $ Memcache = new memcache; $ Memcache- & gt; Connect ('memcache_host', 11212);
memcached -p 11211 -d memcached -p 11212 -d
Comments
Post a Comment