Home Tags Inter process communication

Tag: inter process communication

CodeSport

2
In this month's column, we take a quick look at the threading support introduced in the new standard for C++11. One of the major events...

The Socket API, Part 3: Concurrent Servers

4
In this part of the series, we will learn how to deal with multiple clients connected to the server. Welcome to another dose of socket...

Creating Your Own Server: The Socket API, Part 2

5
Earlier, we created a simple server and client program using the socket API. This time, we'll first start with a program, and then explain...

Light-Weight Processes: Dissecting Linux Threads

5
This article, aimed at Linux developers and students of computer science, explores the fundamentals of threads and their implementation in Linux with Light-Weight Processes,...

Turbo Charge Python Apps with Speed, Part 2

2
In an earlier article, we tried out some of the tools to turbo-charge mainly CPU-bound Python programs, without modifying the source code too often....

D-Bus: The Smart, Simple, Powerful IPC

3
Let’s learn the intricacies of D-Bus and use it to hack some nifty features into programs.