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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:00:31+00:00 2026-06-11T03:00:31+00:00

I have a simple collection which I’m looping through like this: foreach (MyObject mo

  • 0

I have a simple collection which I’m looping through like this:

foreach (MyObject mo in myObjects)
{
   myObject.RunAcync();
}

RunAsync executes code in a separate thread, using new Thread(()=>{ .. }).Start(), it’s not in my power to change the code of RunAsync. I need to limit the number of instances of myObject running concurrently to N (real numbers are 2..10). What is the efficient way to do that using .NET4 and c#?

  • 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-11T03:00:33+00:00Added an answer on June 11, 2026 at 3:00 am

    If you can modify RunAsync, with what we have now (.NET 4) and what’s imminent (now when you think about it, .NET 4.5), I would use the Task Parallel Library (TPL) and return some sort of Task object from RunAsync. You can then easily tell what is done and what is running, and use the built-in TPL load balancing to limit the number of running tasks. Alternatively, if you had a non-async version of the method, you could also use the TPL’s Parallel.ForEach to invoke the method and it would deal with load-balancing and run only enough of the methods at one time to avoid performance issues

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

Sidebar

Related Questions

I have simple XML which I would like to query for mnemonic collection. <?xml
I have a simple json string which contains a collection of objects http://sandapps.com/InAppAds/ads.json.txt When
I have a simple datagrid to which I am binding a collection using ItemsSource.
I have a simple mongodb collection which stores tweets directly from the twitter api
Suppose I have this simple contract which I've taken from MS examples and altered
I have a simple program which displays a collection on a data grid. When
Suppose I have some simple struct like this: public struct WeightedInt { public int
I have this simple nodejs application, which generates dummy date for my web application.
I have simple MongoDB collection and I am using SLIM micro-framework to develop a
I have a class CollectionOfThings . As its name suggests its a simple collection

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.