mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: April 23 2008,16:52 |
|
Caching things is always going to necessarily increase ram use, which is always going to affect performance unless you have more ram than you need to cache+run the rest of the system. I never could understand the "feature" that some application have that keeps them open in the background to speed up their startup. It wouldn't be bad if they were like Linux in that it releases cached memory when needed for other purposes, but apparently this is not the case. What they should focus on instead is making their applications lighter, in my opinion.
Also, backgrounding *anything* during boot sounds like a really bad idea to me. A boot failure may take down the backgrounded processes, and likely not do it safely. This is particularly troublesome if you're backgrounding other parts of the boot process, but I guess that's not the issue here.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|