Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ipc

Simple but fast IPC method for a Python and C++ application?

c++ python linux ipc

boost::interprocess message_queue performance - rather slow?

passing a struct over TCP (SOCK_STREAM) socket in C

c sockets tcp ipc

Shared-memory IPC synchronization (lock-free)

Can I raise a signal from python?

python signals ipc

Configuring SELinux permissions on (SVS-V) IPC Semaphores

linux ipc selinux

What is the preferred method for TCP/IP IPC in stackless Python?

Portable C++ library for IPC (processes and shared memory), Boost vs ACE vs Poco?

c++ boost ipc process

How to share memory between linux program and windows program running through Wine (same computer)?

c++ c linux ipc wine

Is it possible to change the size of a named pipe on Linux?

linux ipc named-pipes

Killing forked child kills parent?

c linux process ipc

GLib's GAsyncQueue vs. POSIX message_queue

can a python script know that another instance of the same script is running... and then talk to it?

C - fork() and sharing memory

c ipc fork shared-memory

Sharing same variable between more than one independent programs in Linux [closed]

c linux ipc

Low-latency IPC between C++ and Java

Android ResultReceiver across packages

android ipc android-service

Share a numpy array in gunicorn processes

python numpy flask ipc gunicorn

IPC communication between Docker containers

docker ipc

Unix: sharing already-mapped memory between processes

memory ipc shared