Posted on http://www.ddj.com/go-parallelThe new Sun’s VirtualBox virtualization software release offers very interesting features to allow developers to measure multicore scalability. As these n… more →
C# multicore, concurrent, threaded, and parallel programmingwrote 4 months ago: There is an interesting work by Terauchi titled Checking Race Freedom via Linear Programming, where … more →
wrote 10 months ago: I was working for a company which is making a product based on JAIN SLEE specification. I’ve d … more →
wrote 11 months ago: In the previous post I’ve made a nice and tricky question about Java Concurrency. To quickly s … more →
wrote 11 months ago: I have a question for you, my friendly readers Let’s imagine a simple Java multi-threaded prog … more →
wrote 1 year ago: For the last couple of days, I’ve been evaluating Xamarin’s MonoTouch framework for cros … more →
wrote 1 year ago: Concurrent programming requires synchronisation. We can’t have more than one thread accessing … more →
wrote 2 years ago: In September of 1988 I was holding a copy of K&R’s The C Programming Language and tried to … more →
wrote 2 years ago: Concurrent programming in Python using Python threads has never been so sweet and easy as this. Toda … more →
wrote 2 years ago: I’ve studied a bit of concurrency these days in Java, and I want to share with you how to writ … more →
wrote 2 years ago: There is lots of information on the Web about concurrent programming with Java (or with other langua … more →
wrote 3 years ago: I’ve been involved in the ANI community lately and I’ve wanted to blog about it, but cou … more →
wrote 3 years ago: This post expands on the previous post in the series by decoupling the components and event handlers … more →
wrote 3 years ago: I have decided that the time has come to finish the mini series on flat hierarchies in C++. This par … more →
wrote 3 years ago: See formatted code here. fun do-op a b op { match op with '+: a + b with '-: a - b with '*: a * b wi … more →
wrote 3 years ago: Instead of doing new year’s resolutions, I’m going to set myself up for something more r … more →
wrote 3 years ago: Everything we’ve learned about sequential programming is still true for concurrent programming. All … more →
wrote 3 years ago: • Creating and destroying processes is very fast. • Sending messages between processes is very fast. … more →
wrote 3 years ago: I was reading through old blog posts and came upon this gem in a 3 year old post on Cleo Saulniers b … more →
wrote 3 years ago: Previously, I compared the performance of today’s popular operating systems with respect to multi-co … more →