Blogs about: Concurrent Programming

Featured Blog

Linearize Every Analysis!

andrewsantosa wrote 4 months ago: There is an interesting work by Terauchi titled Checking Race Freedom via Linear Programming, where … more →

Tags: Computers, Computers, Computer Programming, Programming languages, race detection

To SLEE or not to SLEE?

kmatveev wrote 10 months ago: I was working for a company which is making a product based on JAIN SLEE specification. I’ve d … more →

Tags: technology, SIP, Telecom, Java, slee, Protocol Stacks, Software development

Memory Consistency Errors in Java Concurrency1 comment

while wrote 11 months ago: In the previous post I’ve made a nice and tricky question about Java Concurrency. To quickly s … more →

Tags: Programming 2, concurrent, Java, Memory Model, volatile keyword

Java Concurrency and tricky question1 comment

while wrote 11 months ago: I have a question for you, my friendly readers Let’s imagine a simple Java multi-threaded prog … more →

Tags: Programming 2, concurrent, Java, Memory Model

Execution differences between Grand Central Dispatch and ThreadPool.QueueUserWorkItem in Monotouch2 comments

joeengalan wrote 1 year ago: For the last couple of days, I’ve been evaluating Xamarin’s MonoTouch framework for cros … more →

Tags: Programming, MonoTouch, grand central dispatch, threadpool

How does a mutex work? What does it cost?2 comments

mortoray wrote 1 year ago: Concurrent programming requires synchronisation. We can’t have more than one thread accessing … more →

Tags: Programming, Efficiency, concurrency, Contention, cpu memory, Critical Data, efficiency, fundamental operations, Linux

Hello world!

javierestrada 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 →

Tags: Software

Concurrent Programming in Python

volsbit wrote 2 years ago: Concurrent programming in Python using Python threads has never been so sweet and easy as this. Toda … more →

Tags: Threads, VLC, Python

How to write a blocking thread-safe Queue in Java

meteorfox 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 →

Tags: Java, concurrency, concurrency, parallel programming, multicore, multithreaded, Threads, thread-safe, queue

Java concurrency links

Mike (sinewalker) wrote 2 years ago: There is lots of information on the Web about concurrent programming with Java (or with other langua … more →

Tags: hacking, Java, Programming, jvm, clojure, concurrency, Threads, Multi Threading, multi-core

ANI: implicit, safe, guaranteed deadlock-free parallelism5 comments

dublindan wrote 3 years ago: I’ve been involved in the ANI community lately and I’ve wanted to blog about it, but cou … more →

Tags: Dataflow, Programming Language, Parallel, fast, safe

Flat hierarchies in C++: Part 2

dublindan wrote 3 years ago: This post expands on the previous post in the series by decoupling the components and event handlers … more →

Tags: software-technology, C#, Flat Hierarchy

Flat hierarchies in C++: Part 1

dublindan 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 →

Tags: software-technology, c++ hierarchies components concurrency

Language concept: mixing functional, imperative and dataflow

dublindan 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 →

Tags: software-technology, Dataflow, concept programming ideas

New Books to Read

Jiang wrote 3 years ago: Instead of doing new year’s resolutions, I’m going to set myself up for something more r … more →

Tags: General, Books, parallel programming, Reading

using concurrency primitives

cuonglb wrote 3 years ago: Everything we’ve learned about sequential programming is still true for concurrent programming. All … more →

Tags: erlang, concurrency primitives, sequential programming

Concurrent Programming

cuonglb wrote 3 years ago: • Creating and destroying processes is very fast. • Sending messages between processes is very fast. … more →

Tags: erlang

What is dataflow?5 comments

dublindan 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 →

Tags: software-technology, Dataflow, description, Answers

Challenges in Multi-Core Era – Part 3 | Techdoer Times1 comment

csharpmulticore wrote 3 years ago: Previously, I compared the performance of today’s popular operating systems with respect to multi-co … more →

Tags: multicore, Threaded, multiprocessor, multi-threaded, concurrent threads, Parallel Extensions, c threading, csharp, .net 4.0


Related Tags
All →

Follow this tag via RSS