Skip to content
raffaeleguidi edited this page Sep 6, 2011 · 2 revisions

I like DirectMemory - where do I begin?

You need to get maven and try it out - see this page to get started with DirectMemory

I'm using OSCache (or another old caching system) and I have a lot of problems with the heap, a lot of OutOfMemory exceptions and. Can DirectMemory help?

You probably have OSCache (or whatever) problems, not heap problems and would probably benefit to a switch to a more modern cache (ehcache is a good choice but in some scenarios memcached could fit as well)

Why would one use DM over, say, a pool of memcached servers? What are the advantages?

You can see DirectMemory as a local memcached - no network overhead, no install, simpler to manage. I know, memcached IS simple, but with DirectMemory you have nothing to manage:)

Clone this wiki locally