Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ipc

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

fast-ish python/jython IPC?

python ipc jython twisted rpc

Which file should I pass as pathname argument of ftok()

c linux queue ipc ftok

Sending keyboard input to a program from command-line

Inter-process communication

delphi winapi ipc delphi-2007

how to use shared memory to communicate between two processes

c ipc process shared-memory

Whats is purpose ftok in Message queues

c ipc ftok

IPC speed and compare

How can I launch an instance of an application using Python?

python scripting ipc

How do I synchronize access to shared memory in LynxOS/POSIX?

c ipc posix shared-memory lynxos

Android ContentProvider Performance

android performance sqlite ipc

IPC shared memory across Python scripts in separate Docker containers

Transfer InputStream to another Service (across process boundaries) with ParcelFileDescriptor.createPipe() failes with "EBADF (Bad file number)"

How to share data between python processes without writing to disk

python ipc mmap json-rpc pc104