--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
We should avoid communication with renderers on shutdown. Renderers responsible for hidden content (e.g., background tabs) will actually be running at lower process priority and may not respond in a reasonable time.Communicating with renderers on shutdown is problematic because it results in trashing scenarios where renderers that were potentially paged out per inactivity have to be paged back in solely to be killed (this is actually a problem today with onClose() handlers).If you need to persist stats on shutdown I suggest you instead have the renderers update a cache in the browser every now and then and have the browser flush that on shutdown without having to communicate back with the renderers, would that work for you?
+blink-dev
I just wanted to note that this is already a problem today for blink's UseCounter data, so thanks for thinking about this. If a solution could include use counters / CSS usage data, that'd be great.
-christian
--
This is related to this: https://code.google.com/p/chromium/issues/detail?id=322355I am going to start working on the use-counter aspect of it today.Renée
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.