Tag Archives: parallel

How will you parallelize your existing codebase? Try R.A.S.P

Original post: http://www.atalasoft.com/cs/blogs/rickm/archive/2008/12/23/how-will-you-parallelize-your-existing-codebase-try-r-a-s-p.aspx ———————————————————————————————————————- How will you parallelize your existing codebase? Try R.A.S.P. There has been much talk of how we will be writing all of our new code with parallelization in mind.  However, what of our existing code?  It’s … Continue reading

Posted in Development | Tagged , , , , | Leave a comment

Debugging memory leaks and Parallel LINQ

Link to good articles Debugging OutOfMemoryExceptions in managed code using Windbg http://blogs.msdn.com/amolravande/archive/2008/12/16/debugging-outofmemoryexceptions-in-managed-code-using-windbg.aspx   Query Data with Parallel LINQ http://blogs.msdn.com/charlie/archive/2008/12/15/query-data-with-parallel-linq.aspx  

Posted in Development | Tagged , , , | Leave a comment

Jeff Richter Video on Asynchronous Programming and his Power Threading Library

Jeff Richter Video on Asynchronous Programming and his Power Threading Library:  http://blogs.msdn.com/charlie/archive/2008/12/03/jeff-richter-video-on-asynchronous-programming-and-his-power-threading-library.aspx

Posted in Software | Tagged , , , | Leave a comment