Click here to Skip to main content
15,914,943 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: The IO, the crazy IO. Make it stop!! Pin
Daniel Pfeffer9-Mar-15 11:07
professionalDaniel Pfeffer9-Mar-15 11:07 
GeneralRe: The IO, the crazy IO. Make it stop!! Pin
S Houghtelin9-Mar-15 8:12
professionalS Houghtelin9-Mar-15 8:12 
GeneralRe: The IO, the crazy IO. Make it stop!! Pin
Mark_Wallace9-Mar-15 8:54
Mark_Wallace9-Mar-15 8:54 
GeneralRe: The IO, the crazy IO. Make it stop!! Pin
newton.saber9-Mar-15 8:58
newton.saber9-Mar-15 8:58 
GeneralRe: The IO, the crazy IO. Make it stop!! Pin
Mark_Wallace9-Mar-15 9:17
Mark_Wallace9-Mar-15 9:17 
GeneralRe: The IO, the crazy IO. Make it stop!! Pin
Slacker0079-Mar-15 9:53
professionalSlacker0079-Mar-15 9:53 
GeneralRe: The IO, the crazy IO. Make it stop!! Pin
newton.saber9-Mar-15 9:58
newton.saber9-Mar-15 9:58 
GeneralRe: The IO, the crazy IO. Make it stop!! Pin
Daniel Pfeffer9-Mar-15 10:54
professionalDaniel Pfeffer9-Mar-15 10:54 
AIUI, this is a "perfect storm" of an interaction between Windows' write-back cache and most (all?) browsers' method of caching data.

The browser cache consists of many relatively small files, typically all written during the current session. Windows attempts to cache as much I/O as possible, but in the interests of data integrity - must flush all 'dirty' data to disk at regular intervals.

Creating a large number of small files takes a disproportionate amount of time compared to a sequential write of the same amount of data. It is this that presumably causes the "hiccups" that you observe.
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack.

--Winston Churchill

GeneralRe: The IO, the crazy IO. Make it stop!! Pin
newton.saber9-Mar-15 11:35
newton.saber9-Mar-15 11:35 
GeneralBlame it on the boogie Pin
Bergholt Stuttley Johnson9-Mar-15 6:28
professionalBergholt Stuttley Johnson9-Mar-15 6:28 
GeneralRe: Blame it on the boogie Pin
Richard MacCutchan9-Mar-15 7:59
mveRichard MacCutchan9-Mar-15 7:59 
GeneralAPOD Pin
R. Giskard Reventlov9-Mar-15 5:45
R. Giskard Reventlov9-Mar-15 5:45 
GeneralRe: APOD Pin
Mike Hankey9-Mar-15 6:03
mveMike Hankey9-Mar-15 6:03 
GeneralSpring Forward Pin
User 84209-Mar-15 5:16
User 84209-Mar-15 5:16 
GeneralRe: Spring Forward Pin
Bergholt Stuttley Johnson9-Mar-15 5:23
professionalBergholt Stuttley Johnson9-Mar-15 5:23 
GeneralRe: Spring Forward Pin
User 84209-Mar-15 5:39
User 84209-Mar-15 5:39 
GeneralRe: Spring Forward Pin
Bergholt Stuttley Johnson9-Mar-15 5:46
professionalBergholt Stuttley Johnson9-Mar-15 5:46 
GeneralRe: Spring Forward Pin
Peter Mulholland9-Mar-15 23:09
Peter Mulholland9-Mar-15 23:09 
GeneralRe: Spring Forward Pin
Maximilien9-Mar-15 5:37
Maximilien9-Mar-15 5:37 
GeneralRe: Spring Forward Pin
chriselst9-Mar-15 6:09
professionalchriselst9-Mar-15 6:09 
GeneralRe: Spring Forward Pin
Mike Hankey9-Mar-15 5:42
mveMike Hankey9-Mar-15 5:42 
GeneralRe: Spring Forward Pin
R. Giskard Reventlov9-Mar-15 6:47
R. Giskard Reventlov9-Mar-15 6:47 
GeneralRe: Spring Forward Pin
Nagy Vilmos9-Mar-15 5:44
professionalNagy Vilmos9-Mar-15 5:44 
GeneralRe: Spring Forward Pin
Amarnath S9-Mar-15 5:49
professionalAmarnath S9-Mar-15 5:49 
GeneralRe: Spring Forward Pin
Bergholt Stuttley Johnson9-Mar-15 5:52
professionalBergholt Stuttley Johnson9-Mar-15 5:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.