Re: [jira] Updated: (JCS-59) jcs auxiliary cache memcached
Hanson Char <[email protected]> Fri, 19 Jun 2009 19:39:32 -0700
| Newsgroups | gmane.comp.jakarta.turbine.jcs.devel |
|---|---|
| Message-ID | <[email protected]> |
Nop; Memcached is a simple no-frill but effective in-memory only cache that has no latency issue plagued by garbage collection, and is commonly used with consistent hashing in a large scale distributed environment. Cheers, Hanson On Thu, Jun 18, 2009 at 6:27 AM, Niall Gallagher <[email protected]>wrote: > Guys this is interesting. > > Does memcached notify other clients when cached data is changed by a > single client? (like the JCS remote cache does) Or is it for caching > static data only >