Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ipc

Microcontroller to microcontroller communication library (over UART/RS232)

Redirecting stdout of one process object to stdin of another

c# ipc

Using AIDL with Mono for Android

ipc xamarin.android

Is there an API in C++ for remote inter-process communication?

c++ networking ipc

Linux: is it possible to share code between processes?

c linux memory ipc mmap

Is UDP a reliable protocol for IPC?

sockets udp ipc

IPC between .NET and C++ applications

.net c++ ipc

How to choose the "Key" for inter-processes communication in Linux?

linux ipc message-passing

java inter-process communication

java swing ipc

Why is there a error "Cannot Allocate Memory" while creating message queue in POSIX?

c linux posix ipc message-queue

Inter-process communication between languages/operating systems

ipc

Why isn't my Perl program reaping children processes after fork?

perl ipc fork zombie-process

Pass a message to another exe from an exe C#

c# ipc

Interprocess communication on windows

c++ windows ipc tcl

How to timeout waitpid without killing the child?

perl ipc fork waitpid

Why cant a pipe created using pipe() be used as a bi-directional pipe?

c ipc pipe interprocess

Why semaphore?

How to fire events in a Delphi application from another Delphi application?

delphi service ipc

Best way to communicate between 2 .Net apps?

vb.net ipc

Send string commands or bytes to a Windows Service? (When running)

c# windows-services ipc