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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T22:07:46+00:00 2026-05-14T22:07:46+00:00

We need to develop a dashboard application for a giant screen. What it is

  • 0

We need to develop a dashboard application for a giant screen. What it is does is collect all KPIs(Key Performance Indicators) and shows it on the giant screen in realtime in a visual manner so that the management leads know whats going on.

So giant screen will have 20 to 30 independent graphs & pie charts(the number might increase soon) data needs to be refreshed at a configurable amount of time. What it technically means is lot of database calls to pull the data and notify the data changes to the GUI. As there are many individual graphs to update, I do not want to update them synchronously because a time consuming database query of one graph will delay the update of another graph.

So I have two choices here,

  1. Run the database calls, calculations & notifying the GUI of the changes in data in a separate thread/task for each graph.
  2. Write all the database calls as asynchronous methods, implement calculations and notifying the GUI in the callbacks

Though either of the method will suffice the purpose, I want to know which solution is better especially considering the fact the hardware has 16 cores. What are the advantages and disadvantages of both of these methods? or Is there any better approach for this problem?

We are planning to use .NET 4.0 & WPF for the UI & C# as development language.

  • 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-14T22:07:46+00:00Added an answer on May 14, 2026 at 10:07 pm

    I think the key points about the two techniques are following:

    • Multi-threaded approach limits the number of operations you can do in parallel, because threads are relatively expensive resources. However if you need something like ~20 threads, you won’t have any troubles. It may be easier to write this in C#, because you can use usual sequential programming style.

    • Asynchronous calls allow you to perform much larger number of I/O bound operations “in parallel”, because each call does not occupy an entire thread, so this is more efficient and also benefits from the multiple cores on the system (because asynchronous operations are handled using thread pool). This may be more difficult to use from C#, because you need to use the APM methods such as BeginXyz (which makes some usual programming patterns hard to encode).

    You can use some advanced libraries for writing asynchronous code in C# – for example AsynchronousEnumerator gives you a relatively comfortable programming style. You may also consider using F# which has asynchronous workflows and message passing concurrency, which would be quite likely a perfect match for your problem.

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

Sidebar

Ask A Question

Stats

  • Questions 488k
  • Answers 488k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer It is not impossible. May 16, 2026 at 8:40 am
  • Editorial Team
    Editorial Team added an answer It is a collection, it's an IEnumerable().Where(rate => rate.End ==… May 16, 2026 at 8:40 am
  • Editorial Team
    Editorial Team added an answer You didn't specify your RDBMS system, but in SQL Server… May 16, 2026 at 8:40 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I need to develop a small-medium sized desktop GUI application, preferably with Python as
I need to develop a generic jQuery-based search plugin for the ASP.NET MVC application
I need to develop an application which stores data in a SQL Server 2005
I need to develop an application for windows, and it needs to support skins.
I need to develop a print driver to print from any application into a
I need to develop a part of a business application in a flashy eye
I need to develop a classic asp application on vista, and would like to
I need to develop some sort of application featuring Editing Movie slices, Adding and
I need to develop a windows application with .NET 3.5 that needs to have
I need to develop an application that connects to various DSN's using the Microsoft

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.