Browse by Tags
All Tags »
Parallel Computing (
RSS)
I decided to take a couple of nights to catch up on sleep. So, I'm a little late about posting a follow up about code camp. At any rate, another code camp has come and gone. In my opinion, the event was enormously successful. It appeared to be one...
Earlier this week, I posted a reminder that static methods don't always require locking. However, I also wanted to emphasize to exercise caution when selecting the object that will be used for a lock. For years, there have been many examples that...
Recently, I was reviewing some code for a new application and noticed several static methods that were locking to safeguard against concurrently executing threads. However, the majority of these static methods did not involve any static data. So, it seemed...
Earlier this week in episode 259 of .NET Rocks (DNR), Carl and Richard delved into the world of grid computing . Considering my natural love for the distributed environment, grid computing has always been a topic of great interest for me. Although DNR...
Over the last few weeks, my blogging rate has been a lot lower than usual. This is partially due to me changing jobs and moving all within the last month. But, it can also be attributed to be doing a lot of reading (both blogs and books). In a certain...
Disclaimer:The opinions and views expressed within this blog are solely my own and do not represent those of my employer or anyone else.