Re: [PHP-DOC] Permanent cache for livedocs

2004-05-09 Thread Nuno Lopes
> Checking if files are outdated takes more time (and diskio) then > regenerating them on the fly, so that's why I made it delete everything. > > regards, > Derick So, why the need of the "mtime" in the DB? It is only making the DB bigger! Nuno

Re: [PHP-DOC] Permanent cache for livedocs

2004-05-09 Thread Derick Rethans
On Sun, 9 May 2004, Nuno Lopes wrote: > Hello, > > Yesterday I was thinking in implementing some kind of permanent caching for > livedocs, instead of deleting all cached files when build.sh is run. > Then I've checked that the tables files has a mtime colum. Maybe this was > your original idea! >

[PHP-DOC] Permanent cache for livedocs

2004-05-09 Thread Nuno Lopes
Hello, Yesterday I was thinking in implementing some kind of permanent caching for livedocs, instead of deleting all cached files when build.sh is run. Then I've checked that the tables files has a mtime colum. Maybe this was your original idea! As this could boost significantly livedocs' perform