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.
Related posts:
|
||||||||
Is easy concurrency the road to hell?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. Related posts: 1 comment to Is easy concurrency the road to hell?Leave a Reply |
||||||||
|
Copyright © 2013 Tim Anderson's ITWriting - All Rights Reserved Powered by WordPress & Atahualpa |
||||||||
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