Alas, all my hope & dreams & promises of a regular blog post, dashed... oh well, here's one now.
I've been playing with the System.Threading.Tasks
namespace over the last few hours and it's quite neat.
We'll be rolling out some new software in the next few months at work which Processes SMS messages from Customers. In the past we had fudged together our own Multi-Threading/Multi-Pipeline code to try and get messages through the system as quickly as possible but it was fairly bloated to say the least. Enter the new Task
and Parallel
classes in .NET 4.0