This is a discussion on Memcached Replication within the PHP Programming forums, part of the Web Development category; Hi, We have recently implemented memcached into one of our high availability web application. It's working great! Now that ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, We have recently implemented memcached into one of our high availability web application. It's working great! Now that it's working properly, I would like to improve upon it's infrastructure. I would like to have a secondary server at a completely different service provider, for load balancing and failover purposes. My question is: Is there a way to mirror a memcached server such that everything contained in one memcached server is contained in another, in almost real time?
__________________ With, J. Jeyaseelan Everything Possible Last edited by Jeyaseelansarc : 04-23-2008 at 10:08 PM. |
| Sponsored Links |
| |||
| MySQL query caching is less than ideal, for a number of reasons: If the data you need to cache is small and you do infrequent updates, MySQL's query caching should work for you. If not, use memcached.
__________________ With, J. Jeyaseelan Everything Possible |
| |||
| Hi jeyaseelansarc, I am new to above enter the topic.So, please explain or sample example. how to implement for Memcached Replication? please Give the your valuable post.
__________________ Regards, Senraj.A |
| |||
| Hi senraj, Memcached Replication is the process of having master and slave servers. But i think it is not possible with memcached. Better we have to do this with mysql replication for memcached
__________________ With, J. Jeyaseelan Everything Possible |
| |||
| Memcached Replication is the process of having master and slave servers. I can say that there is minimum possibility to have this replication with memcache as a file. I am still searching for this...
__________________ With, J. Jeyaseelan Everything Possible |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mysql - Replication | write2ashokkumar | Database Support | 2 | 08-19-2008 02:04 AM |
| How to enlarging an image by pixel replication? | mobilegeek | Mobile Software Development | 1 | 07-24-2007 05:47 AM |