Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ipc

ZeroMQ: Check if someone is listening behind Unix domain socket

linux ipc zeromq unix-socket

Is it feasible to implemenent Linux concurrency primitives that give better isolation than threads but comparable performance?

Reading shared memory data using Java that is written by C++

java c ipc shared-memory

How to receive simplest Windows message on UWP XAML MVVM app?

Access mmap memory from another process

c++ ipc mmap

mmap File-backed mapping vs Anonymous mapping in Linux [closed]

linux process ipc mmap

How do I do a non-blocking IPC read on Windows?

windows perl ipc

What can cause a spontaneous EPIPE error without either end calling close() or crashing?

unix sockets ipc posix

Mach port messages in Objective-C

objective-c ipc messages

Waiting on multiple semaphores without busy-waiting (C/C++ Linux)

c++ c linux ipc semaphore

Significance of MTU for loopback interface

linux tcp linux-kernel ipc

How to delete a locked (flock) file without race condition: before or after releasing the lock?

python ipc delete-file flock

Can Messenger (lightweight alternative to AIDL) be used for cross-application communication?

android ipc aidl

IPC: Using of named pipes in c++ between two programs

c++ c linux ipc named-pipes

Would you architect the control API of the next-gen Mars rover to be RESTful instead of an RPC?

api rest ipc rpc robotics

Throw a custom exception from a service to an activity

android exception service ipc

Using IPC to combine multiple languages

java c air shared-libraries ipc

Random characters when reading from pipe

bindService() returns false but unbindService() needs to be called?

android service ipc

How do I run a program from another program and pass data to it via stdin in c or c++?

c++ c ipc stdin