All about Async/Await, System.Threading.Tasks, System.Collections.Concurrent, System.Linq, and more…
As just announced on the Base Class Libraries (BCL) team blog, the RTM release of TPL Dataflow is now available.
Enjoy :)
Excellent, but the version for 4.0 is also updated ?
I just download it and is the same 1.0 version, that version is unsupported ? Contains all the bug fixes ?
Thanks
Well done !
Bruno
What about TPL DataFlow for .Net 4.0 ? Is it updated?
.NET teşekkür edrim.
Marcos & Catalin-
Thanks for your interest. There were few changes actually made, and no serious bugs found; as a result the .NET 4 DLL hasn't been re-released. If there's a particular bug you're aware of with the .NET 4 DLL, please let us know.
Great work!!!
Can we expect an RTM of async and Dataflow for VS 2010 ?
woot :D
congratulations guys!
One question, is this problem resolved in Framework 4.5?? Is very important for my project:
blogs.msdn.com/.../why-does-wcf-become-slow-after-being-idle-for-15-seconds.aspx
Thanks!
Yes, it is fixed in Framework 4.0.3 too, you only have to increase the minumun number of threads, something like this:
ThreadPool.SetMinThreads(50,50);
Thanks!!
Thank you, BUT:
Are they going to publish that to teh Nuget UI as well? It took some significant digging around to figure out how to get that package. I would have expected it to show up in NuGet if I searched for "Dataflow" or "TPL" Is it just temporary that you have to "just know" to use the package manager console instead of the GUI sometimes?
Works great and added it to the Inverted Software workflow: github.com/.../PipelinedExecutor.cs
Are there any plans to bring TDF to Windows Phone 8?
@Richard Yes we do plan on doing it, we do not have a timeline to announce yet. Will post something on the BCL blog once we do.
thanks for your interest.
-alok