Re: cache large files

2010-01-24 Thread Russell Keith-Magee
On Mon, Jan 25, 2010 at 1:27 AM, Henrik Genssen wrote: > Hi, > > I am using memcached for caching my sites. The documentation says when > not to use it: > http://code.google.com/p/memcached/wiki/WhyNotMemcached > > one point is output larger 1 MB Ok - please stop. This is the third time you have

Re: cache large files

2010-01-24 Thread Peter Bengtsson
Keep it simple. Use nginx or apache and in your Django app you simply write to the filesystem. "Invalidation" can be done by simply deleting the file which is easy. Something like nginx for serving static file is faster than anything else. I'm sure you already know how to deploy static files such a

cache large files

2010-01-24 Thread Henrik Genssen
Hi, I am using memcached for caching my sites. The documentation says when not to use it: http://code.google.com/p/memcached/wiki/WhyNotMemcached one point is output larger 1 MB I have a site producing pdf files only, where size can easily go over 1 MB. As the docs above mention mogilefs as an a

cache large files

2010-01-21 Thread Hinnack
Hi, I am using memcached for caching my sites. The documentation says when not to use it: http://code.google.com/p/memcached/wiki/WhyNotMemcached one point is output larger 1 MB I have a site producing pdf files only, where size can easily go over 1 MB. As the docs above mention mogilefs as an a