php-memcache, delete, expiration questions, ideas

Ask Bjørn Hansen ask at develooper.com
Mon Dec 5 11:40:26 UTC 2005


On Dec 5, 2005, at 2:28, Veres Lajos wrote:

> Hello,
>
> On Mon, 5 Dec 2005, mike wrote:
>
>> isn't that the point of a "distributed cache" mechanism though?
>> otherwise it would be a replicating cache... from all the terminology
>> I've had the pleasure of dealing with :)
>
> Yes, we are using memcached for 2 things:
> -session, we would like to store all sessiondata in all servers
> -caching, we would like to distribute cache data between servers

memcached is a cache.

[...]
> What do you think, there is any simpler solution for avoid session  
> loss when any server crashes?

Use a database that's made to support that (for example MySQL Cluster 
[1]).


  - ask

[1] http://www.mysql.com/products/cluster/

-- 
http://askask.com/  - http://develooper.com/



More information about the memcached mailing list