Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ipc

Go Channels in Ruby

ruby ipc go channels

memory allocation and access on NUMA hardware

Sharing information between a python code and c++ code (IPC)

python c++ ipc

Detailed documentation for systemd's sd-bus

linux ipc dbus systemd

Can Events be Inter-Process?

c++ windows events ipc

Flexible IPC solution for Python on Linux? [closed]

python linux client-server ipc

Mac OS X equivalent of CreateEvent() with named object for interprocess communication?

c++ macos ipc

pthread conditions and process termination

Multicast IPC options in unix

unix ipc

Rapid IPC with Messengers or AIDL

How do I know when a child process died?

Any opensource C/C++ Libraries/Frameworks for RPC over pipes/internal linux sockets? [closed]

c++ c linux ipc rpc

Can i get other App's opening closing call backs in my App

ios objective-c cocoa ios8 ipc

PUB/SUB with short-lived publisher and long-lived subscribers

linux ipc zeromq

Node.js Inter process communication?

node.js ipc

Android ipc LocalSocket vs Binder (AIDL)

What are the pros and cons of using database for IPC to share data instead of message passing?

How to wait till data is written on the other end of pipe

c ipc pipe

What interprocess communication mechanism is used by the Java Attach API?

java ipc java-attach-api