Hacker News new | past | comments | ask | show | jobs | submit login

(Copy'n'paste of reddit comment:)

While it's true that the Windows API seems to be the best thought through, I was surprised to learn that the implementation may randomly fall back to synchronous IO in unpredictable ways, which (depending on the app, but likely for something that's attempting to juggle a lot of work like a bittorrent implementation) means you need a thread pool anyway.

http://neugierig.org/software/blog/2011/12/nonblocking-disk-...




Interesting, I've personally experienced this bug multiple times and always been surprised when it happens since Chrome is normally extremely responsive UI wise even when under load.


My experience is the opposite: When Chrome starts to hit the disk, it freezes, especially on startup.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: