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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T12:34:48+00:00 2026-06-04T12:34:48+00:00

Not sure what parallel programing means… but I have two thoughts of that Process

  • 0

Not sure what “parallel programing” means… but I have two thoughts of that

  1. Process A produces a certain number of child processes. Once process A finishes creating child processes, all the child processes run at the same time.

  2. Process A creates child process B, process B create another its child process C, process C create child process D, and so on… Once finished, all the processes with assigned tasks run at the same time.

Which one is the correct thought of parallel programming? Thanks for the help!

EDIT: I assume that running different programs at the same time requires multi-process?

  • 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-04T12:34:50+00:00Added an answer on June 4, 2026 at 12:34 pm

    The term “parallel programming” is much more broad than merely “a process spawning child processes or threads”. It can mean:

    1. A single process spawning a team of threads to do some work.
    2. A single process spawning a team of child processes to do some work.
    3. Multiple processes spawned independently to do cooperative computing on the same machine.
    4. Multiple processes spawned independently to do cooperative computing on different machines in a network.
    5. A single process communicating with a GPU that performs all the parallel computing.
    6. Any combination or nesting of the above.

    Basically parallel programming is the act of writing applications or groups of applications that solve a problem in parallel. Threads, processes, etc. are just means to achieve this.

    Consider this scenario: A large parallel text processing task taking place on a cluster. A master node issues commands to all its slave nodes to spawn processes for computation (global parallelism). Each process in turn spawns multiple threads/child processes to take advantage of local parallelism (multi-core/multi-processor nodes).

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

Sidebar

Related Questions

I have recently moved to C#.net 4. I love Parallel.For, but not sure when
I'm not sure where the problem is... I have an ajax request that checks
I have a database with two tables that are filled with data from parallel
I have in mind a design problem that does not look like complex, but
Not sure if this counts as programming related, it's a tool that I use.
Not sure if I've just missed something but this doesn't work: $(this).children('td.threadtitle a').html('thread title');
I'm not sure how the internal thread handling of Parallel.foreach works and whether it
I'm not sure if the following is possible but I'd like to Invoke a
I'm starting to write a program which communicates with serial/parallel ports. I'm not sure
I have a C program that aims to be run in parallel on several

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.