SlowFS Cache or Proxy_Cache for GridFS

Eugaia ngx.eugaia at gmail.com
Mon Feb 21 20:36:26 MSK 2011


Hi,

On 21/02/2011 18:56, Elena Zwetkow wrote:
> Any ideas how to cache Files stored in GridFS? Perhaps Proxy_Cache can Store the files localy? Any Ideas are welcome.
If you are at all concerned about performance, you might want to think 
about an alternative to using the gridfs module for Nginx.  AFAIK it 
still uses the Mongo-provided C library, which is blocking, so you'll 
lose many of the benefits of Nginx's performance.

Marcus.



More information about the nginx mailing list