Re: Need separate memcache for each domains under the same server

2009-10-19 Thread femy catherine joseph
Thank you.. Instead of this => $memcache->pconnect('localhost', 11211) I can use following right ? $memcache->pconnect('test.com', 11211) $memcache->pconnect('abc.com', 11211)

Re: Need separate memcache for each domains under the same server

2009-10-19 Thread Dustin
On Oct 19, 9:36 am, femy catherine joseph wrote: > I have different domains in a server.  I am getting same memcache for > all domains under the server. > > Please tell me If any option to get memcaches value based on domains? The easiest way is to include the domain within your key.

Need separate memcache for each domains under the same server

2009-10-19 Thread femy catherine joseph
I have different domains in a server. I am getting same memcache for all domains under the server. Please tell me If any option to get memcaches value based on domains?