Svein Arne Ackenhausen
Husband, father and co founder of Contango Consulting AS. I have been in the enterprise market for 10+ years working with automation and financial systems doing software development, design and training. The majority of my work experience comes from working with Microsoft technologies. However my OS of choice is Linux so I do a lot of my daily .Net development on Linux using mono.
Asynchronous programming made simple through messaging
Multi core systems are everywhere these days. How do we adapt our designs to fit this future? There are several techniques out there for utilizing multi core systems in our applications. There is the Task Parallel Library, Parallel Linq and even plain old fork and join. However these are all techniques that will help you work with parallel execution in a synchronous setting. Mixing synchronous and parallel is no match made in heaven and can become quite painful. So why are we still sticking to synchronous designs?
No comments:
Post a Comment