Search
Categories
Tag Archives: thread
Async Httphandlers in ASP.NET
What is the correct way to create a httphandler that potentially can take time and resources to complete. Well this article explains it very well: http://msdn.microsoft.com/en-us/magazine/cc164128.aspx If you don’t want to read all, you find the best solution in the … Continue reading
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
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