Re: what's the difference between 'concurrent' and 'parallel';

From: Klinton Lee <klinton111_at_hotmail.com>
Date: Mon, 17 Mar 2003 23:25:39 -0800
Message-ID: <b56hoq$or5$1_at_sun-news.laserlink.net>


Tasks can run concurrently, but not necessarily in parallel.

If you initiate 2 large (1 hour) batch processes at the same time, they will be running concurrently, irregardless of how they are executed (sharing cpus, process time, read/writes to disk, etc...)

In parallelism, operations would never interrupt each other, or 'intersect'.

  • hope this helps... KL

"hayseed" <member26632_at_dbforums.com> wrote in message news:2649645.1047821611_at_dbforums.com...
>
> i was confused by 'concurrent' and 'parallel'.Do they have the
> same meaning?
>
> --
> Posted via http://dbforums.com
Received on Tue Mar 18 2003 - 08:25:39 CET

Original text of this message