in reply to Re: Redirecting output in Windows cmd prevents second thread from doing anything
in thread Redirecting output in Windows cmd prevents second thread from doing anything

" (As is everyone else who has replied.) "

Even this monk in this post when he wrote:

... allowing thread 1 to complete the entire workload before thread 2 + has had a chance to start ...
??


The way forward always starts with a minimal test.
  • Comment on Re^2: Redirecting output in Windows cmd prevents second thread from doing anything
  • Download Code

Replies are listed 'Best First'.
Re^3: Redirecting output in Windows cmd prevents second thread from doing anything
by BrowserUk (Patriarch) on Jan 16, 2016 at 02:06 UTC

    If you are selective with your quoting you can suggest anything.

    The full, relevant quote is:

    My immediate expectation is that when you redirect the output it buffers it, allowing thread 1 to complete the entire workload before thread 2 has had a chance to start

    Which I'll break down into 3 parts in reverse order:

    1. allowing thread 1 to complete the entire workload before thread 2 has had a chance to start

      No mention that the small size of the sample dataset gives only the appearance of the identified a "problem".

      Nor that if the dataset was large enough to actually warrant using two threads, then there is no problem.

    2. when you redirect the output it buffers it

      The symptoms, wrongly identified as a "problem", have exactly nothing to do with buffering. Turn buffering off and the symptoms do not change at all.

    3. My immediate expectation is

      Giving responses based upon expectations, when it took about 2 minutes to completely disprove the theory, is willfully misleading.

    And the "solution" offered to the (non)"problem"; is just completely unnecessary.

    So, yes!


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority". I knew I was on the right track :)
    In the absence of evidence, opinion is indistinguishable from prejudice.