SlowFS Cache or Proxy_Cache for GridFS

Akins, Brian Brian.Akins at turner.com
Mon Feb 21 20:02:37 MSK 2011


On 2/21/11 11:56 AM, "Elena Zwetkow" <ezwetkow at gmx.de> wrote:

> Any ideas how to cache Files stored in GridFS? Perhaps Proxy_Cache can Store
> the files localy? Any Ideas are welcome.

Neither will work.  Slowfs actually uses file system calls for the "read"
part of the cache. GridFS does not use the upstream, if it did then it'd be
easy to hack a cache.  You could use memcache and srcache.


-- 
Brian Akins




More information about the nginx mailing list