On Sep 9, 2009, at 6:42 PM, Evan Martin wrote:

> Maybe we could try something like "if the last launch of chrome
> shutdown uncleanly, do an integrity check before starting the next
> time".

Sounds like a good idea. Just a warning that integrity_check can take  
a surprisingly long time if the disk is busy, since it ends up doing  
huge numbers of small reads. I have seen it take upwards of 15 seconds  
on ~50MB databases during user login, and this has led to bad cycles  
where the user kept thinking the app had hung on launch, so he killed  
it, then tried again...

So it would be a good idea to put up some sort of progress indicator  
UI while the integrity check is going on.

—Jens
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to