Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ipc

Simple cross-platform process to process communication in Mono?

c# mono ipc

Implementing a message bus using ZeroMQ

sockets ipc zeromq

Does the current version of msysgit support process substitution?

ipc mingw msysgit msys

How to get variables shared between child and parent process while using fork in perl

System V shared memory in Python?

python ipc sysv shared-memory

Is semaphore an IPC mechanism?

ipc semaphore

Insert text into the textbox of another application

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?