TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Parallel Programming: Some Fundamental Concepts

8 pointsby jaydubalmost 16 years ago

2 comments

alain94040almost 16 years ago
Not worth the read if you have ever heard of parallel programming before. The article is very long and introduces very few concepts and stays superficial.<p>If you are a coder, you'll be disappointed because there is no meat.
danbmil99almost 16 years ago
This article is crap. It implies that parallel programming is by definition multi-threaded programming using shared memory. He doesn't say anything about cluster computing, threads vs. processes, message passing, queues, etc. Not worth reading