Talk:Parallel programming
Appearance
Parallelism versus concurrency
Can someone point me to a reference that really differentiates between parallel programming and concurrent programming, as the article says at the moment? I seem unable to verify this statement. Koffieyahoo 8 July 2005 10:09 (UTC)
The article below discusses parallel programming.--Carl Hewitt 21:16, 11 July 2005 (UTC)
- Henry Baker and Carl Hewitt The Incremental Garbage Collection of Processes Proceeding of the Symposium on Artificial Intelligence Programming Languages. SIGPLAN Notices 12, August 1977.
- Explain me how this is relvant. As far as I can see the article doesn't even mention the word concurrency. In addition I asked some experts in the field what they think the difference is between parallelism and concurrency and most of them either see the two words as symonymous or the see concurrency as parallel processing involving threads on one computer and parallel programming as involving multiple computers. -- Koffieyahoo 12:48, 13 July 2005 (UTC)
- The paper cited above discusses parallel programming issues. For example it introduced the future construct for parallelism.--Carl Hewitt 14:15, 13 July 2005 (UTC)