Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6045429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:07:25+00:00 2026-05-23T07:07:25+00:00

Does the new thread pool in .net 4.0 rely on the windows scheduler or

  • 0

Does the new thread pool in .net 4.0 rely on the windows scheduler or does it integrate in some way to take control?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:07:26+00:00Added an answer on May 23, 2026 at 7:07 am

    The .NET thread pool is essentially a pool of threads that can be shared to execute tasks, process asynchronous I/O and provide timers. The “objects” in the pool are .NET threads and these are implemented using Windows threads. So when the thread pool executes a task on a thread it executes on a Windows thread.

    In general a process will contain several threads and some of these threads may belong to the thread pool. When these threads execute concurrently the Windows scheduler is in charge of scheduling the threads to execute on CPU cores by using context switching.

    The .NET 4 thread pool does not schedule threads that are executing. However, task that have been queued for work in the thread pool will eventually be assigned to a thread in the thread pool. When the task is complete (this could take 1 ms or 1 year) the thread is recycled to the thread pool. The thread pool can expand and contract to optimize how system resources are used.

    You can read a blog entry about what improvements were made to the the .NET 4.0 thread pool: ThreadPool Improvements by Eric Eilebrecht.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How does one unit test that a new thread was spawned for a Runnable
How does the new Microsoft asp.net mvc implementation handle partitioning your application - for
I have a Runnable implementation that does some work which might take some time
I have a .net windows service that works it's way through a queue of
When a thread pool thread is done, does stuff like Name or thread local
I have an application that does some image processing on each new frame, recently
Does a new SessionFactor y and Session object have to be created for each
Why does the new operator exist in modern languages such as C# and Java?
Why does this: (new[]{1,2,3}).Cast<decimal>(); result in an InvalidCastException: Specified cast is not valid.
My new phone does not recognize a phone number unless its area code matches

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.