Status: Available Owner: ---- Labels: Type-Bug Pri-3 OS-All Area-BrowserBackend
New issue 6844 by [email protected]: Consider starting renderer processes from a background thread http://code.google.com/p/chromium/issues/detail?id=6844 CreateProcess isn't usually very slow (actually, it's surprisingly fast), but can be avoided. Sometimes, when the system is under heavy I/O load, it can be slow, and this makes the app janky. There is also some security token stuff for the sandbox or out of process plugins that can't easily be moved away from CreateProcess or removed which can be taken along. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
