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:
parent
155ba42c90
commit
3216494cf6
2 changed files with 36 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue