Parallel Processing
16 September 2007 in Microsoft & Programming
The October 2007 issue of MSDN Magazine was recently released and can be downloaded at http://msdn.microsoft.com/msdnmag/issues/07/10/default.aspx.
This edition seems to be focused on Parallel processing, a subject well spread around the web this days. Pooled Threads, WPF Threads, Parallel LINQ, Parallel Performance, etc.
The one article I find special interesting is the Parallel Processing: Optimize Managed Code For Multi-Core Machines. Introduces the Task Parallel Library (TPL) and shows some simple ways to real improve .NET code for multi-core systems, without to much change in the code.
There’s also another article focused on WPF, explaining how to easily use the UI thread and the Dispatcher to build a more responsive application.
Its a good read, if you’re interested.
Search
Pages
Top Posts
- 15 Visual Studio .NET Add-Ins you won't live without
- Using SQLite in .NET
- How to get started with Silverlight Streaming
- Avoid chaos, don't let bugs take your project away
- Best-Ever Ad from Microsoft
Categories
- All
- Random tidbits
- Links
- Windows
- Fun
- Portuguese
- WebDev
- Programming
- Blogging
- Personal Experience
- Microsoft
- Tech
- OS
- Linux
- Security
- TV
- Software
- Databases
- Hardware
- WPF
2 comments. Add your own comment.
Fábio Pedrosa » Programming in the Age of Concurrency says 22 October 2007 @ 13:36
[…] I spoke recently about the Parallel FX (PFX) extension for .NET, and not much happen in this subject until now. Channel9 has an interview with Anders Hejlsberg and Joe Duffy about this. […]
Fábio Pedrosa » Parallel Computing with .NET says 8 December 2007 @ 12:14
[…] now spoke several times about Microsoft parallel computing approach (programming model for data and task […]
Leave a Comment