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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:12:03+00:00 2026-06-15T20:12:03+00:00

I understand the basic purpose of Multithreading. I also know that we can use

  • 0

I understand the basic purpose of Multithreading. I also know that we can use Asynchronous Programming Model, BackgroundWorkerComponent, or simply calling a task on another thread, for achieving concurrency. But I don’t understand the basic differences among these 3 ways of achieving concurrency. Can anyone please make it clear to me.
Thanks in advance.

  • 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-06-15T20:12:04+00:00Added an answer on June 15, 2026 at 8:12 pm

    Using the Asynchronous Programming Model or a BackgroundWorker Component, you are using two different models (APIs) to run code on a Thread Pool thread.

    The BackgroundWorker’s model is fairly simple, but well-suited for certain types of task. BackgroundWorker follows the (obsolete) Event-based Asynchronous Pattern (EAP). Generally I would prefer APM unless the task is a great fit for BackgroundWorker.

    Using the thread pool can be advantageous because there is a certain overhead to create a thread (such as allocating the stack space for the thread, etc.).

    When you create a thread on your own, you are not using a Thread Pool thread (unless you invoke an appropriate API to access one). Thus, you pay the cost of creating the thread. If your thread is fairly long-running, this can be a reasonable thing to do because the cost is amortized over the lifetime of the thread, and you are not consuming one of the limited Thread Pool threads.

    I would point out that your question did not reference

    Task-based Asynchronous Pattern (TAP)

    http://msdn.microsoft.com/en-us/library/hh873175.aspx

    which is recommended for all new development.

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

Sidebar

Related Questions

So I understand the basic techniques that are used in branch prediction for pipelined
For the life of my I can't understand how the basic paperclip example works.
I understand (I think) the basic idea behind RESTful-ness. Use HTTP methods semantically -
The basic way that I understand Shiro's SecurityUtils.getSubject() to work is that it returns
How would you describe the purpose of an Interface to a student-class that understand
I understand that the idea is to create basic HTTP Requests using GET or
Alright, I understand that the purpose of a DIV is to contain its inner
I am trying to better understand basic concepts in OOP. What are static and
I think I understand the basic principals of T4 but I'm having a hard
I'm trying to understand the basic MVVM design approach, but I dont' understand where

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.