Forum

Full Version: Preload files to memory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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>
...for every executable you want to try, reboot and test it.
Pages: 1 2
Reference URL's