threadpool

  1. DrDress

    Question Threadpool

    I'm not sure about Threadpool. It says thar there are about 1000 available threads. But I once made a program where I put about 100 job in the queue. When I monitored the job it was clear that precisly 8 jobs whete beeing processed at a time. This is bad in my current project where I spawn...
  2. V

    Question Handle leaks when loading a C# dll through COM Interop

    Hi, I am loading C# dll in my unmanaged code through COM Interop. Recently I noticed that handle count in my application is increasing due to this managed code. When remove the code to load C# dll, handle count become stable. Windbg is showing multiple open handles for following call stacks...
Back
Top Bottom