| Subcribe via RSS

Interesting read: Shared Mutable Memory Must Die

November 18th, 2007 Posted in Programming

This post is another thought-provoking post, given I've spent a good chunk of time exploring concurrency/threading recently. (Yes, I'll be getting back to the concurrency/benchmark project shortly).

"Shared Mutable Memory Must Die" - give it a read, it's not covering new ground, but it does give a decent outline on how the magical state of threads, shared context and locking came around.