Playing with the .NET Parallel Extensions(www.hemme.co.cc)
submitted by
hemme(189) 1 year, 1 month ago
This post is about using the .NET Parallel Library to implement a simple producer/consumer pattern. The scenario is quite simple: a method, a.k.a. the producer, keeps on pushing data inside a collection (in my case, a queue) while one or more methods, a.k.a. the consumers, access - in parallel - the collection and grab their own bits of data. read more...
|category: Patterns
|Views: 2
tags:
Patterns another
Everyones tags:
Your Tags: