Search Wiki:
The .NET Framework 4 Beta 2 has been released and is available for download at http://msdn.microsoft.com/netframework/dd582936.aspx. .NET 4 includes significant advancements for developers writing parallel and concurrent applications, including Parallel LINQ (PLINQ), the Task Parallel Library (TPL), new thread-safe collections, and a variety of new coordination and synchronization data structures. This Code Gallery project includes example applications and library functionality that demonstrate, utilize, and augment this support (it is not production quality).


Enjoy!
Last edited Dec 10 2009 at 2:12 AM  by Toub, version 8
Comments
Shane wrote  Dec 13 2009 at 3:01 AM  
Setting BUFFER_SIZE = 0x60000; instead of the default 0x2000 gave me nearly 2x the speed improvement for stream copying. Overall I've found that 0x60000 (128k*3) to be an optimal Windows buffer size, much closer to 512k and it begin's to degrade;

Updating...
Page view tracker