On Mon, Jul 13, 2009 at 6:22 PM, Evan Martin<[email protected]> wrote: [snip] > One piece to look at is the code that calls SetProcessBackgrounded(), > which on Windows marks the process as one that can be paged out but on > Linux is not implemented. I don't know how it decides it's ok to do > that, but it'd be good logic to examine.
I've mentioned this to Joel off-list but in case anyone else is interested, I have code that runs background tabs at lower scheduling priorities on linux. Tweaks to /etc/security/limits.conf are necessary to make it work though (to grant priority raising abilities). --Craig --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
