Suchergebnisse mit Tag „caching“

TOP

Memcached vs. Redis

When it comes to application-level caching, only two options seem to exist: Memcached and Redis. I've been using Memcached for years but wanted to re-check my choice just before adding a caching layer to another project.

Weiterlesen
TOP

Hunting down a very good secured memory leak

I took away 90% of a recently developed job's memory usage lately, but it's still leaking memory and I don't want to accept this.

Weiterlesen
TOP

Intelligent caching for alltime statistics

Statistics are important for many projects, but not all of them are easy to build. Many long-term stats involve heavy SQL queries and some may of these queries may also freeze database servers or tables. Caching intermediate results may limit these queries to a minimum.
Weiterlesen