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 5976739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:16:16+00:00 2026-05-22T21:16:16+00:00

In winforms development you may create a BackgroundWorker to avoid locking the UI on

  • 0

In winforms development you may create a BackgroundWorker to avoid locking the UI on a long running process. In ASP.NET a POST/GET basically freezes until completion. I don’t see how adding a Thread would be of any benefit to this process. Maybe if the Thread would speed completion (say on a multi-core server) it could help speed things up.

In the general sense I could use AJAX to make long calls without causing a “freeze” of the web page. In this sense AJAX can be thought of as a substitute for threading.

Is that it? Is threading pretty much useless on ASP.NET?

  • 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-22T21:16:17+00:00Added an answer on May 22, 2026 at 9:16 pm

    Multithreading can make requests faster if:

    1. Each web request’s work can be broken down into multiple tasks that can run in parallel
    2. Each of those tasks is very CPU intensive (CPU bound), or you have multiple I/O bound tasks on different I/O paths (see comments)
    3. You can implement them using fork/join parallelism.

    In that case, you can indeed use multithreading in ASP.NET. A common mistake that people make is to spawn off threads and then not wait for them to complete- for instance “I am going to respond to the user while logging their purchase to the database on a background thread. This is always a bad idea, because IIS can and will recycle the Application Pool that your website is running in, and those background threads might be silently aborted.

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

Sidebar

Related Questions

What is the proportion of .NET developers who do WinForms/desktop development vs ASP.NET development?
Coming from many years of asp.net development back to a winforms application. Looking for
I'm in the process of learning WPF coming from WinForms development. I have a
I currently do all development work in VB.NET 2008, winforms; but within 18 months
I have been doing ASP.NET / C# development for several years now. I have
I am getting started with ASP.NET web development and was wondering what the differences
I'm doing some WinForms development, running XP and VS 2005 (ancient, I know). I'd
I am working on a .NET 2.0 winforms application that calls an ASP.NET 2.0
We're debating whether our future Windows UI development should be WinForms or WPF. How
I'm suddenly back to WinForms, after years of web development, and am having trouble

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.