Re: cache backend file: No need for cull

2009-02-26 Thread Malcolm Tredinnick
On Wed, 2009-02-25 at 16:37 +0100, Thomas Guettler wrote: > Hi, > > I profiled my application and discovered, that it spends > a lot of time in _cull() and get_num_entries() in the file > cache backend. > > It is very easy to have a cron job which cleans the directory > by deleting all files

cache backend file: No need for cull

2009-02-25 Thread Thomas Guettler
Hi, I profiled my application and discovered, that it spends a lot of time in _cull() and get_num_entries() in the file cache backend. It is very easy to have a cron job which cleans the directory by deleting all files older than N minutes. There is no need to cull during request time. I