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

  • Home
  • SEARCH
  • 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 6148367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:16:06+00:00 2026-05-23T19:16:06+00:00

We have an asp.net application on an iis 7. we need to create an

  • 0

We have an asp.net application on an iis 7. we need to create an async process to do calculating (using a web service) and not keeping the client waiting, we used ThreadPool to do that (i prefer Tasks but i am a server side guy).
My questions are :
1. if using a thread pool on iis does it take threads from the iis pool from clients or from the OS ?
2. What would you use Tasks or ThreadPool (Tasks give you much more i know but the UI guys like the pool).
Tanks

  • 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-23T19:16:08+00:00Added an answer on May 23, 2026 at 7:16 pm

    The ASP.NET host provides a single thread pool per process. So if you’re using ThreadPool, then it’s taking from the same pool that is drawn from for server requests.

    That said, if you’re starting background operations that are independent from a single client request, then you should be using a Win32 service, web service, message queue system, or something similar. Running “background” threads in ASP.NET goes against the entire architecture of IIS; it’s much easier to scale properly and do other IT work (e.g., restarting app pools) if you maintain the stateless nature of HTTP.

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

Sidebar

Related Questions

I have an intranet ASP.NET web application in which I need to get the
I have an ASP.NET web form application that on the server side I need
I have an ASP.NET application running on IIS 7 and using Windows Authentication. For
I have an ASP.NET 2.0 application under IIS that has the functionnality of exporting
I run an ASP.NET application on IIS 6.0. Usually I have compression turned on
I have a asp.net 3.5 application hosted on IIS 7.0. I'm looking for a
I have a ASP.NET MVC application that runs in both IIS 6 and 7.
I have to deploy my ASP.NET application into two seperated IIS servers. My application
I have an ASP.NET 2.0 application that I am deploying to an IIS 6.0
I have created an multi thread application on IIS (ASP.NET MVC), When the threading

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.