Topics


Blogs


Forums


Samples


Media


Labs


Resources

 




DevCentral > Weblogs > Persistently Different - Not right, just different.

C

There are 2 entries for the tag C

Multi-core Development: Digging into Cilk++

Things are kind of wild here, so this is both late and shorter than I wanted, but the main points are here at least. I've talked to the first vendor of multi-core development solutions and wanted to offer you all an update. The point here is that F5 Products can speed your network access and load balance work across multiple servers, server virtualization products can put the work of multiple servers onto one box, so the missing leg we're looking for is the one that maximizes utilization of the CPU in a multi-core environment. That's what this series is about....


posted @ Wednesday, October 15, 2008 2:06 PM | Feedback (0)

Multi-Core III - a panacea of options

I find it amazing how many ways we can find to slice a pizza, skin a cat, or solve a technology problem. Truly amazing. Thus far in my multi-core odyssey, I have run into driver-based solutions, library-based solutions, and shim-based solutions to how to maximize use of multi-core. That's not to mention the upcoming version of C++, which is supposed to include the solution in the compiler. Each of these approaches has its strengths, though I think the best option would be for the OS to resolve the problem directly. It already has a scheduler and mechanisms for semaphores and...


posted @ Monday, September 22, 2008 12:13 PM | Feedback (2)