Blogs about: Concurrent Programming
Featured Blog
Explanation of concurrent programming. Part 3: implementation
At this moment we have covered some of the theory of concurrent programming, and even given some examples of it. Now let’s discuss how does this work inside. We’ll start from scheduler. Th… more »
Technology and fun
Explanation of concurrent programming. Part 3: implementation
kmatveev wrote 3 months ago: At this moment we have covered some of the theory of concurrent programming, and even given some exa … more »
Explanation of concurrent programming. Part 2: examples
kmatveev wrote 3 months ago: In the previous part we have covered a lot of theory, so in this part we will take a look at real-wo … more »
Explanation of concurrent programming. Part 1: theory
kmatveev wrote 3 months ago: I’ll start an introduction to concurrent programming with example. Imagine a real-time multip … more »
Condition variables
kmatveev wrote 4 months ago: While reading excellent book about IPC by Richard Stevens, I’ve learned about “condition … more »
pysmug, tag clouds, asynch IO and the SmugMug API.
bzimmer wrote 1 month ago: A question was asked on a dgrin thread about whether the SmugMug API supported building a tag cloud … more »
The algorithms behind java.util.concurrent.
bzimmer wrote 2 months ago: From Doug Lea on the concurrency-interest mailing list, the new book The Art of Multiprocessor Progr … more »
GSoC 2008 Proposal for Ptolemy II
heykell wrote 2 months ago: I want to study on wireless networks which builds on the discrete event domain to support modeling o … more »
Dining Philosophers Problem
heykell wrote 3 months ago: While I was looking at the JPF examples, I have found a well known problem in concurrency. It was fi … more »
erlang WAAAASSSSAAAAAA...!!!
asocialstudies wrote 1 year ago: AKA The Larch: via http://jaortega.wordpress.com/2007/04/11/erlang-now/ and now for something compl … more »
