On Feb 3, 2010, at 8:23 PM, JJZolx wrote: > > andyg;513458 Wrote: >> Yep, as BLOBs. SQLite as a key/value cache turns out to be twice as >> fast as plain files, which I had tried to optimize as much as I could. >> It's 10x as fast as our old FileCache cache. Also you waste less disk >> space by not having a bunch of directories. Nothing needs to be written >> to the disk before serving the images. I already notice the speed >> difference in iPeng and SqueezePlay scrolling through the album list, >> the covers appear almost instantly. > > That's great. Weren't ArtworkCache and FileCache used for different > purposes? What other file caching is there - TT templates?
Artwork used to be in a FileCache, there is still a normal FileCache used for caching data such as OPML menus and other HTTP things. I may move that over to a database as some point too. And there is also a TT template cache, yes. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
