Preload files to memory
|
9th Jan, 2013, 12:36 AM
Post: #16
|
|||
|
|||
RE: Preload files to memory
(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> |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Preload files to memory - namtih - 5th Jan, 2013, 06:41 AM
RE: Preload files to memory - CurlyMo - 5th Jan, 2013, 06:44 AM
RE: Preload files to memory - namtih - 5th Jan, 2013, 10:32 PM
RE: Preload files to memory - namtih - 6th Jan, 2013, 04:16 AM
RE: Preload files to memory - CurlyMo - 6th Jan, 2013, 05:40 AM
RE: Preload files to memory - namtih - 6th Jan, 2013, 08:19 PM
RE: Preload files to memory - CurlyMo - 6th Jan, 2013, 08:32 PM
RE: Preload files to memory - namtih - 6th Jan, 2013, 09:57 PM
RE: Preload files to memory - CurlyMo - 6th Jan, 2013, 10:02 PM
RE: Preload files to memory - raspberry_pd - 7th Jan, 2013, 03:19 PM
RE: Preload files to memory - namtih - 7th Jan, 2013, 07:50 PM
RE: Preload files to memory - raspberry_pd - 8th Jan, 2013, 02:59 PM
RE: Preload files to memory - namtih - 8th Jan, 2013, 09:58 PM
RE: Preload files to memory - brantje - 8th Jan, 2013, 11:24 PM
RE: Preload files to memory - namtih - 9th Jan, 2013 12:36 AM
RE: Preload files to memory - CurlyMo - 8th Jan, 2013, 11:30 PM
|