well, I have posted the same question in another forum, and I had a few answers, so I will post them here in case anyone else is interested in achieving the same thing. If anyone has anything else to add it would be greatly appreciated.
Response 1
Konqueror on KDE has a "preload" option which will preload one or more instances of itself so that it can appear to start up instantly.
Other than that, you can try setting the "sticky" bit on application binaries (chmod +t). This keeps an applications' text segment in memory so it doesn't need to be loaded again a second time. Of course, this means it needs to be loaded the first time but I imagine you could do something in the start up scripts to start and stop things once the sticky bit is set.
--------------------------------------------------------------------------------
Response 2
Hi,
If you have memory to spare, how about creating a virtual disk in memory (like memdisk did under dos)?
---------------------------------------------------------------------------------
well, the sticky bit will be interesting to try, but I would also like to toy with the idea of creating a startup script that creates a ram disk on the fly, and mounts the application onto the ram disk... Imagine how cool that would be for gamers!! (if you had enough free memory, but I can't imagine I would be doing anything else that would require much ram appart from whoopin ass at Far Cry when it comes out!! YEAH!). Has anyone else attempted to do anything like this?
Cyber
|