in reply to Re: Re: quickest way to access cached data?
in thread quickest way to access cached data?

Have a look at memcached:

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Ciao, Valerio

  • Comment on Re: Re: Re: quickest way to access cached data?