Progressive download CPU consumption

As progressive download consumes more CPU than streaming, I’ve decided to research this issue further.   I’ve implemented a possibility to throttle the bandwidth used for the progressive download. The throttling happens on the client side, by inserting some Thread.Sleeps in the loop where the downstream is being repeatedly read in a memory buffer.   And …

Working off requirements

People are different. I have to think about this axiom every time I see a statement I can’t apply for myself.   One of such statements is a wish to get ideal software requirements and to work them off, preferrably left alone.   Every time I’ve tried this approach, a produced a dead-born something, that has corresponded …