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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:23:22+00:00 2026-06-09T13:23:22+00:00

As far as I understand: Programming to leverage multicores or multiple processors is called

  • 0

As far as I understand:

Programming to leverage multicores or multiple processors is called
parallel programming.

But what about If I don’t have >1 cores ?

Does a command like:

"abcdef".AsParallel().Select(c=>char.ToUpper(c)).ToArray()

will be running sequentially ?

(I know that even if I have >1 cores , Plinq optimization still can choose not to parallel. But My question is about having ==1 cores.)

Or

It still can be in multiple threads (1 core) like :

enter image description here

(but IMHO it wont be parallel programming)

I’m a bit confused.any Help will be much appreciated.

  • 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-09T13:23:23+00:00Added an answer on June 9, 2026 at 1:23 pm

    PLinq will default the allowed degree of parallelism to
    Math.Min(ProcessorCount, MAX_SUPPORTED_DOP) where MAX_SUPPORTED_DOP is
    64 for .NET 4.0 and 512 for .NET 4.6

    You may explicitly raise the max concurrency limit beyond that (or lower it below that), and that leaves PLinq the freedom to use from 1 to <limit> threads to do your work. Usually raising the defaults is only useful if your work is heavily I/O bound.

    In other words, unless you change the default concurrency limits using for example WithDegreeOfParallelism, your tasks will run using a single thread on a single core.

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

Sidebar

Related Questions

so far I have done most view programming in code, but it really is
As far as I understand from the documentation the QUdpSocket are async but, still,
I'm working through K & R to learn programming. Going well so far, but
I'm reading The C Programming Language and have understood everything so far. However when
As far as I understood it, BigInts are usually implemented in most programming languages
As far as I understand Facebook allowes you (through the API) to post on
As far as I understand, https is http plus SSL/TLS. What do I need
As far as I understand, the onchange event of a text input element is
As far as I understand the serial port so far, transferring data is done
As far as I understand WebRequest.PreAuthenticate is almost always good. If I enable it

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.