andyg;513405 Wrote: > The cache is now in ArtworkCache.db. Hopefully that's the last time I > change this.
The cached images themselves are now in a database? As BLOBs, I presume. In the context of a web server, I'd always heard that the overhead of making the dbms insert and extracting the data made this less efficient than working with individual files. That may have been because some HTTP servers require the files to be written out to disk first before they can be served. Are you able to serve these images directly from the database, without writing them to disk at all? -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=74862 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
