Re: Inner workings of nginx cache manager

2018-11-30 Thread Stefan Safar
at 01:26:27PM +0100, Stefan Safar wrote: > > > So the process/thread that scans through the files on disk need to read > the > > all the file headers to find the KEY for the all cache files to keep the > > information in memory before it starts deleting anything, is that >

Re: Inner workings of nginx cache manager

2018-11-30 Thread Stefan Safar
could specify an option which would tell the cache manager that a whole drive is being used as cache, which would make the cache manager able to cut down the time it takes before deleting stuff from a huge drive from days to seconds. Does that make sense? Stefan Safar On Thu, Nov 29, 2018 at 3:50 PM

Inner workings of nginx cache manager

2018-11-29 Thread Stefan Safar
what it should or shouldn't delete? I don't think I saw any code that would scan through the disk and that would be a rather slow way to deal with this. Thanks, Stefan Safar ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx