Preload files to memory - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Testing & Experimental (/forum-21.html) +--- Thread: Preload files to memory (/thread-193.html) Pages: 1 2 |
RE: Preload files to memory - namtih - 9th Jan, 2013 12:36 AM (8th Jan, 2013 11:24 PM)brantje Wrote: What if an external mysql db is used, would this make sense? Regarding in loading the database: No, as your database is saved in mysql and not those filesystem files. Regarding other files: Sure, give it a try and add additional lines. For example I'm currently testing to preload the fonts of my skin and the Python executables to speedup the Addon processing. I also preload the complete xbmc.bin from "/usr/local/lib/xbmc". Just add... Code: cat /<-path-to-file>/<filename> |