Re: concurrent process vs. parallel process
From: Jack Klein (jackklein_at_spamcop.net)
Date: 03/14/04
- Next message: Rich Teer: "Re: concurrent process vs. parallel process"
- Previous message: Nick Landsberg: "Re: concurrent process vs. parallel process"
- In reply to: Ben: "concurrent process vs. parallel process"
- Next in thread: Rich Teer: "Re: concurrent process vs. parallel process"
- Reply: Rich Teer: "Re: concurrent process vs. parallel process"
- Reply: Nick Maclaren: "Re: concurrent process vs. parallel process"
- Reply: Ben: "Re: concurrent process vs. parallel process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 14 Mar 2004 04:35:01 GMT
On 13 Mar 2004 17:17:37 -0800, crescent_au@yahoo.com (Ben) wrote in
comp.lang.c:
> Hi all,
>
> I'm having confusion understanding the differences between concurrent
> and parallel processes (or programs). As far as I understand, parallel
> processing is simultaneous use of more than one CPU to execute a
> program, thus "dividing" a program to be executed by disparate CPUs.
> Now what exactly is concurrent process? Is it similar as
> multithreading? Are these terms used interchangeably?
>
> I searched on google for definition of concurrent processing but was
> unable to get a convincing one. If you guys know of good sites that
> explain concurrent processing, please let me know.
>
> Thanx for your time!
> Ben
Why did you cross-post this to comp.lang.c, where it is completely
off-topic?
-- Jack Klein Home: http://JK-Technology.Com FAQs for comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c-c++ http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
- Next message: Rich Teer: "Re: concurrent process vs. parallel process"
- Previous message: Nick Landsberg: "Re: concurrent process vs. parallel process"
- In reply to: Ben: "concurrent process vs. parallel process"
- Next in thread: Rich Teer: "Re: concurrent process vs. parallel process"
- Reply: Rich Teer: "Re: concurrent process vs. parallel process"
- Reply: Nick Maclaren: "Re: concurrent process vs. parallel process"
- Reply: Ben: "Re: concurrent process vs. parallel process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|