bossadvisors / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Use some kind of cache for failed memcached nodes #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For memcached failover we should use some kind of cache (with a short ttl,
~1 sec) to store unavailable memcached nodes. This prevents us from trying
to store sessions in unavailable nodes, or reduces the number of times this
is done.

Original issue reported on code.google.com by martin.grotzke on 9 May 2009 at 11:37

GoogleCodeExporter commented 9 years ago
Won't do this (now), as it would really make the code more complex without a 
real
advantage (besides optimization).

Original comment by martin.grotzke on 19 May 2009 at 10:14