Windows 10 launches extra thread when running an executable

Page 2 of 2 FirstFirst 12

  1. Posts : 3,257
    Windows 10 Pro
       #11

    catalincocis said:
    I used Visual Studio 2008.
    VS 2008 is no longer in Mainstream support, and will be completely end of lifed by 2018. I wouldn't expect much, if any traction on a VS2008 issue in Windows 10.
      My Computer


  2. Posts : 4
    Windows 10
    Thread Starter
       #12

    Dude said:
    And this is a preview OS....Give feedback to MS
    How should I? Do they have an official way or just the Windows Feedback app which they'll probably never read?
      My Computer


  3. Posts : 1
    win10 x64 pro
       #13

    Hi

    Windows uses some tracing mechanics which internally uses a threadpool. It looks like it is created even before kernel32.dll gets loaded. I'll let you know if I find out more.

    Update:
    threadpool is used not only for tracing subsystem, but it is also used to parallelize static imports (i.e. - the dlls your app depends on). Looks like it's the new default to have a few threads hanging around even if you don't use any multithreading in your applications at all.
    Last edited by SergeyN; 18 Aug 2015 at 17:39.
      My Computer


  4. Posts : 1,255
    Windows 10 Pro
       #14

    Some DLLs create their own worker threads and this may be what is observed. If the thread does not access anything that is not private to the DLL there is no possibility of conflict.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:41.
Find Us




Windows 10 Forums