Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ipc

NamedPipeServerStream not working on Windows 10 (works in Windows 7)

c# windows-10 pipe ipc

How do I receive a signal sent with sigqueue in a c program (on linux)?

c linux ipc sigqueue

Bug with robust mutex

c++ linux pthreads ipc mutex

Isolating and multiply instantiating a C library in-process

c++ c ipc

Sharing objects across Java processes

What have you used sysv/posix message queues for?

c ipc posix

Android IPC and ContentProvider differences

What ZeroMQ socket type to use for inter process communication?

c ipc zeromq

Process communication of Python's Multiprocessing

Wait for a Unix Domain socket to be bound

ipc unix-socket

Dynamically create a list of shared arrays using python multiprocessing

Low-latency communication between threads in the same process

How do I share a Core Data store between processes using NSDistributedNotifications?

cocoa core-data ipc

Read/write example codes for TPipeServer and TPipeClient components and security check

Opening a Memory Mapped File causes FileNotFoundException when deployed in IIS

How does COM/Automation do IPC under the hood?

windows com ipc

Using files for for shared memory IPC

unix pipe multiple writers

unix ipc pipe

Why use parcelable when you can perform the same task using static variables?

android ipc parcelable