Implement cache pruning in the CGI script.

* wrap/python/ajax/spot.in (finish): Prune the cache once in a
while.  We rely on hardlinks for garbage collecting the pictures
and dot sources that may be shared by different requests.
This commit is contained in:
Alexandre Duret-Lutz 2011-06-08 16:39:04 +02:00
parent 155ba42c90
commit 3216494cf6
2 changed files with 36 additions and 3 deletions

View file

@ -1,3 +1,11 @@
2011-06-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Implement cache pruning in the CGI script.
* wrap/python/ajax/spot.in (finish): Prune the cache once in a
while. We rely on hardlinks for garbage collecting the pictures
and dot sources that may be shared by different requests.
2011-06-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Cache dot sources in the CGI script.