Re: nginx_slowfs_cache

2015-04-20 Thread Piotr Sikora
Hi, > Today after upgrading from nginx version 1.6.x to 1.7.x I have got a > segmentation fault. After short investigation the culprit was found. It is > module by Frikle - nginx_slowfs_cache. > > Is anybody has the same issue? Is this module is obsolete? It's not ob

Re: nginx_slowfs_cache

2015-04-19 Thread Rainer Duffner
> Am 19.04.2015 um 15:24 schrieb wishmaster >: > >> >> >> I’ve briefly toyed with it myself, at some point. >> >> What is your „slow“ filesystem? > > SATA II single disk, UFS. Just let the OS do its work. https://openconnect.itp.netflix.com/software/index.html

Re[2]: nginx_slowfs_cache

2015-04-19 Thread wishmaster
--- Original message --- From: "Rainer Duffner" 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

Re: nginx_slowfs_cache

2015-04-19 Thread Rainer Duffner
> Am 19.04.2015 um 15:16 schrieb jb : > > At least in my experience unless your most used static files exceed in size > your available RAM, or are changing, they are effectively cached by the OS > anyway. > Normally, yes. Hence the reason why phk wrote Varnish, when he saw what squid was (an

Re: Re[2]: nginx_slowfs_cache

2015-04-19 Thread jb
> > > > > > Am 19.04.2015 um 13:14 schrieb wishmaster : > > > > > > Hi, > > > > > > Today after upgrading from nginx version 1.6.x to 1.7.x I have got a > segmentation fault. After short investigation the culprit was found. It is > module by Frik

Re: nginx_slowfs_cache

2015-04-19 Thread Rainer Duffner
> 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

Re[2]: nginx_slowfs_cache

2015-04-19 Thread wishmaster
tion fault. After short investigation the culprit was found. It is > > module by Frikle - nginx_slowfs_cache. > > > > Is anybody has the same issue? Is this module is obsolete? > > > > Can you describe your use-case for it? > > And whether you saw a perf

Re: nginx_slowfs_cache

2015-04-19 Thread Rainer Duffner
> Am 19.04.2015 um 13:14 schrieb wishmaster : > > Hi, > > Today after upgrading from nginx version 1.6.x to 1.7.x I have got a > segmentation fault. After short investigation the culprit was found. It is > module by Frikle - nginx_slowfs_cache. > > Is anybody

nginx_slowfs_cache

2015-04-19 Thread wishmaster
Hi, Today after upgrading from nginx version 1.6.x to 1.7.x  I have got a segmentation fault. After short investigation the culprit was found. It is module by Frikle - nginx_slowfs_cache. Is anybody has the same issue? Is this module is obsolete? Cheers, Vitaliy