[Tickets #6211] Re: Cache shares

bugs at horde.org bugs at horde.org
Thu Feb 7 08:20:42 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=6211
-----------------------------------------------------------------------
 Ticket             | 6211
 Updated By         | Duck <duck at obala.net>
 Summary            | Cache shares
 Queue              | Ansel
 Type               | Enhancement
 State              | Feedback
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | Michael Rubinsky
-----------------------------------------------------------------------


Duck <duck at obala.net> (2008-02-07 03:20) wrote:

> I like the idea in general, but I'm hesitant to allow the storage of 
> a potentially large number of shares in the global cache.  I know you 
> have a fairly large userbase, any ideas on memory/disk/whatever 
> consumption?

Is the administrator task to wonder about cache. No other modules wonder
about it, I don't see a reason why doing it here.


If you need an periodical clean up for your file based cache you can add a
cron job like this

for s in $( find  cachedir -mtime -1 ); do
    rm s
done

This will delete all files older then one day.



More information about the bugs mailing list