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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:32:45+00:00 2026-05-27T22:32:45+00:00

I am trying to figure out why the parallel code I have written misses

  • 0

I am trying to figure out why the parallel code I have written misses out on certain strings I am trying to search in parallel.

Here is what I have
– StringCollection is a dictionary. With key being a hash and value some string. There are four dictionaries in total which are to be searched.
– InputStrings[] is an array of strings, 10 to be exact which I need to search.

In my code I have

Paralle.Foreach(InputStrings,currentString =>
{
  int key = some hashing function on currentString;
  if(SearchCollection(key))// boolean result
   {
     Console.WriteLine("Found:"+key);
   }
   else 
   {
    Console.WriteLine("Not Found:"+key);
  }
});

Once I execute this, I find either 8 or 9 keys, and keep either missing one or two keys. I know the collection contains all the keys I am trying to search.
The key searched is modified inside the function for some further searching on certain conditions. That is key is modified and passed on to some sub dictionary for searching.

So points I raise are;

Does this mean threads are exiting before being completed?
Do I need to put locks over my SearchCollection method or inside my SearchCollection method?
Since I use a single collection for all the threads, does the TPL take care of locking or does it make copies of the collection itself that I am trying to search?

Any help is highly appreciated.
Thanks

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

    Your SearchCollection and/or your hashing code appears to be not thread-safe.

    Usually it is safe to use collection read-only form multiple threads, but it depends on the implementation.

    You do not provide enough details to analyze this any further.

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

Sidebar

Related Questions

Trying to figure out this pseudo code. The following is assumed.... I can only
Trying to figure out the best way to have a templated brochure that creates
Trying to figure out the best way to accomplish this. I have inhereted a
I have 3 related fields, and I'm trying to figure out a good way
I'm trying to figure out how to do this. Essentially I have points A
I have a problem and Google hasn't helped me much. I'm trying figure out
Trying to figure out an equation to get the current group a page would
Trying to figure out the best way to set up collection lists for users
Trying to figure out which to use.
Trying to figure out how to programmatically access the web pages in the application.

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.