Home Tags IPC

Tag: IPC

Protecting System Intents in Android

0
The last article on 'Intents in Android' covered the basics of one of Android's important inter-application communication mechanisms intents. This article goes deeper into...

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...

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.