On Mon, Mar 7, 2011 at 3:21 AM, Casper Bang <[email protected]> wrote:

>
> > I'm curious, though: if parallelization is one type of concurrency, what
> are
> > the other types?
>
> Asynchronously? An asyncronous program may not execute anything in
> parallel, but its state-space is defined as non-syncronous.


I don't quite follow: how does sending work to a server (outside of your
process space) meaningful at all when trying to characterize your code as
concurrent or not concurrent?

And if you're staying in the same process, using asynchronism without being
parallel makes no sense: since you're only running one thread, there is
really no point in making asynchronous calls within your code.

Which is basically why I think that for all practical purposes, concurrency
and parallelism are equivalent.

-- 
Cédric

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to