Good design can avoid these problems. If it isn't obvious what a lock
protects, you should rethink your locking structure.
> And why do we care? Because the hardware can't implement the abstraction
> you are using. Go talk to the Origin 2000 designers (if any of them
> are still there) and ask them how well the coherency directories worked.
> They sucked. Not because the hardware was bad, but because the OS design
> was wrong, wrong, wrong.
> Anyone who says that 16 way SMP is OK doesn't know squat about how hardware
> coherency works. If you did, you'd be screaming for people to find a
> different way to run on your 8 processor and larger boxes.
I wasn't arguing that 16 way SMP is OK. Everyone knows it isn't.
Are you saying that clusters of small SMP machines are better? So the locking
moves from the kernels to the application layer. You still have the same
synchronization concerns, it's just a matter of what layer they are
implemented at.
-- Zachary Amsden zamsden@engr.sgi.com (650) 933-6919 09U-510 Core Protocols
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/