Blog post over at ITJOBLOG. Not an original thought, but I guess it is with the release of .NET Framework 4.0 and its impressive concurrent programming features that we will discover whether such fears are justified.
One thought on “Is easy concurrency the road to hell?”
Comments are closed.
TIm,
Concurrent programming isn’t hard, it just uses a different set of rules. Every programming paradigm uses a different set of rules, you don’t write server apps like desktop apps, you don’t write games like databases and you don’t write multi threaded apps like single threaded apps.
Gary