nginx_slowfs_cache
wishmaster
artemrts at ukr.net
Sun Apr 19 13:24:06 UTC 2015
--- Original message ---
From: "Rainer Duffner" <rainer at ultra-secure.de>
Date: 19 April 2015, 16:15:19
>
> > Am 19.04.2015 um 15:12 schrieb wishmaster :
> >
> >
> > `ngx_slowfs_cache` is `nginx` module which allows caching of static files
> > (served using `root` directive). This enables one to create fast caches
> > for files stored on slow filesystems, for example:
> >
> > - storage: network disks, cache: local disks,
> > - storage: 7,2K SATA drives, cache: 15K SAS drives in RAID0.
> >
> > **WARNING! There is no point in using this module when cache is placed
> > on the same speed disk(s) as origin.**
> > ====
> >
> > I use RAM disk for this cache. Yes, it is fast enough.
> > Do you know any alternatives?
> >
>
>
> I’ve briefly toyed with it myself, at some point.
>
> What is your „slow“ filesystem?
SATA II single disk, UFS.
More information about the nginx
mailing list