I am looking for a purely .NET based Solution design approach for the given scenario, on how to consume data from a
thread that is passing data at a speed of 100ms, however the receiving thread can process the data in the collection at a speed of 1000ms. considering some of the quality attributes. (keeping GUI responsive, performance, less memory leaks, optimized
CPU/Mem utilization) I am looking for as generic solution that could be applied in server based and WPF apps. Any idea or suggestion would help a lot. Thanks in advance
↧