IPC stands for Inter-process Communication and represents a set of methods for exchanging data and messages between threads and processes.
0
votes
1answer
11 views
IPC over Socket - Messaging standards
I am implementing IPC over sockets using .NET 2. I am wondering if there is an established best practice for messaging between the client and server (once the connection is established), or if this is ...
0
votes
0answers
44 views
C Inter Process Communication
I am trying to write a program which take n number of processes and pass the output of each parent process to the input to the the child .
I guess that the problem is in closing the pipes .
One ...
0
votes
1answer
42 views
accept() in message queues IPC UNIX
for (;;)
{
if (msgrcv(msqid, &flag, sizeof(struct flags) - sizeof(long), 1, IPC_NOWAIT)>0)
break;
}
msgsnd(msqid, &message , sizeof(struct messages) - sizeof(long), 0);
...
1
vote
2answers
82 views
+50
Sharing class pointers between processes (UPDATED)
I have a server library which my client executable injects into a remote process.
It is the server's responsibility to set up some sort of IPC/RPC implementation to allow the client to seamlessly ...
1
vote
0answers
23 views
So the design of client-server separation is not the bottleneck of X Window?
In the answer of this, it mentioned:
People also hear that X uses the "network" and think this is going to
be a performance bottleneck. "Network" here means local UNIX domain
socket, which has ...
0
votes
0answers
16 views
How to implement network service identification, check if service is as expected (like TCP handshake)
I am implementing service with ZeroMQ (a good abstraction over networking). Ideally it would be cool if client can determine if server is what expected.
Example:
There are 3 services:
Sum service. ...
0
votes
0answers
24 views
How to improve the IPC through the pipes?
Help improve this code - the IPC through the pipes. I think that use function replace("\n", "\()") is unsafe, because string pickle.dumps(data) may include symbols "\()". Are there any sensible ways?
...
1
vote
1answer
27 views
Working with shared memory in PHP
Why does shmop_open() not return the shared memory ID, likes it seems to imply that it does in the documentation?
On success shmop_open() will return an id that you can use to access the shared ...
1
vote
1answer
37 views
Process hangs and PIPE is blocked
I seem to have a deadlock. I have perl scripts forking and calling another perl scripts. And the process hangs somewhere.
I am running the program on :
Darwin Kernel Version 12.3.0: Sun Jan 6 ...
1
vote
1answer
13 views
Compiler error when calling connect(2) with sockaddr_un
I am making a simple call to connect(2), in a C++ program. The code is:
connect(socket_fd, (struct sockaddr *)&name, SUN_LEN(name));
(here, name is a struct sockaddr_un).
When I try to compile ...
0
votes
0answers
15 views
Got a DBus::Path with libdbus-c++ - what next?
I have a short test program I am using to work out how to use D-Bus with the libdbus-c++ library. I am trying to connect to the wpa_supplicant D-Bus API (documented here) in order to read a list of ...
0
votes
1answer
25 views
Guide for MemoryFile in Android
I'm currently doing a research on IPCs in Linux and Android.
I've found out that Android does have this "ashmem", and I would like to know about MemoryFile in Android.
Is there a sample tutorial ...
0
votes
2answers
46 views
How to receive messages using a message-only window in a console application?
I've created a simple Win32 console application that creates a hidden message-only window and waits for messages, the full code is below.
#include <iostream>
#include <Windows.h>
...
0
votes
2answers
14 views
what is equivalent to sigusr1-2 signals in windows using python?
Please I need some help. I am struggling with sending a notifications between two python processes in windows.
I have looked in signals module but unfortunately user defined signals are not ...
0
votes
1answer
28 views
Provide the code of Parcelable objects to AIDL clients
The documentation states:
If you have a class that you would like to send from one process to another through an IPC interface, you can do that. However, you must ensure that the code for your ...
0
votes
3answers
61 views
How to send message/data from broadcast receiver (process1) to Service thread (process2) in android?
I am developing an android application. This application architecture is divided into 5 modules with 2 modules having multiple features. To develop this app, I am creating 2 process with multiple ...
0
votes
0answers
8 views
Can we get the list of messsage queues in the system
Just like how we can get list of process Ids of active processes, can we get a list of message queues in the system?
Please let me know of the command line option to know the same
2
votes
3answers
109 views
+200
How can PHP do centralized curl_multi requests?
I currently have a website written in PHP, utilizing the curl_multi for polling external APIs. The server forks child processes to standalone from web requests and is working well, but it is somewhat ...
0
votes
1answer
22 views
Does NIO deliver advantages even on consuming small serialized Stream from /dev/shm?
E.g. There is some app (outside of my src control) that produces thousands and thousands of serialized Map instances stored as /dev/shm/{some Map-ID}.ser . They are serialized using the plain old ...
0
votes
1answer
41 views
Using popen(“ls -la”) produces strange result
I wrote some C code for it to get the result of an "ls -la" command using popen and write the result into an C. The code looks like this:
unsigned int ls(char *destination, const char *username, ...
0
votes
1answer
71 views
forked processes, semaphores, why this output?
I have an array boxIn[] of type char that contains R R G B G B O Y O O P R characters. boxIn[] is in shared memory. There is also a char* in shared memory, p, that has a value of one of the chars in ...
0
votes
1answer
27 views
If IO.pipe behaves like resource, why is it required to close the pipe in the child process?
The following code works, but if reader and writer are shared resource across parent and child process, why are they closed in the first place?
reader, writer = IO.pipe
fork do
reader.close
...
0
votes
0answers
17 views
Several UIs accessing one (server) proecess - which IPC?
I'm new here and I have a question which I could not find answered by searching.
I've written a program accessing a database in C++ on Linux. Now I would like to be able to give different UI ...
1
vote
1answer
59 views
How to run forked processes in some order?
Given the scenario, I am asked to paint the boxes which have various color tags which indicate the color that the boxes will be painted with and those boxes arrive at a painting unit which has a box ...
0
votes
1answer
26 views
better Java IPC@Linux tactic: (a) java.nio File API on /dev/shm or (b) JNI to shmctl(2)?
We want write a Java 7 program that will boot (via 2 cmd line invokes) as two separate JVM process instances. We want these 2 processes to communicate with each other using native Linux kernel ...
0
votes
0answers
42 views
Using shared memory with matrices
I want to create a matrix in a shared memory segment. In my second programme I can read tailleX, tailleY but my matrix has just '0' in value. I create my matrix in my function initialiserSegMem and ...
0
votes
0answers
13 views
Write program that reades text file, capitalizes and counts
I want to write a program that reads a text file, capitalises every word, counts the number of words and the average word length, and prints all results to an output file (could be stdout). The ...
-1
votes
0answers
18 views
mmap got a segmentation fault
This is my full code
#include <sys/mman.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
int main(int argc, ...
2
votes
0answers
26 views
Share a numpy array in gunicorn processes
I have a big numpy array that is stored in redis. This array acts as an index. I want to serve filtered result over http from a flask app running on gunicorn and I want all the workers spawned by ...
0
votes
2answers
29 views
Turn off application temporarily from flash
I have been asked to figure out a way to turn off a running application on a host computer when i certain flash application is running in the browser, a seemingly difficult task but i have thought of ...
0
votes
0answers
6 views
Has anyone successfully compiled boost::interprocess on a X20 PLC from B&R?
I tried to compile the interprocess map-example from the boost website with Automation Studio 4.0.14 (gcc 5.1.2) for the Automation Runtime V4.04, without success. I use boost 1.53.
So far i get some ...
0
votes
1answer
36 views
“Bad system call” error while working with shared memory
I'm new to shared memory and ive come up with the following code:
int main()
{
int perm=S_IRWXU|S_IRWXG|S_IRWXO;
int fd=shmget(IPC_PRIVATE,1024,IPC_CREAT|perm);
if(fd<0)
{
...
0
votes
1answer
47 views
Perl open external command with custom filehandles
Is there a perl function, either built in, or in a library that is like the following:
run(IN_FILEHANDLE, OUT_FILEHANDLE, ERR_FILEHANDLE, $cmd);
Which gets the external command to read from ...
0
votes
1answer
23 views
Communication between workers in uwsgi
I'm relatively new to Python, coming from a .Net background.
The short version: How can I create an application-wide singleton or some other mechanism to allow multiple threads/processes to ...
0
votes
0answers
44 views
Catching STDOUT/STDERR from git
I'm trying to execute a git command from perl via IPC::Run which catches STDOUT/STDERR-Output from git in perl variables.
Here is what i did:
use strict;
use warnings;
use IPC::Run;
my $stderr, ...
0
votes
2answers
127 views
Can I access my c# objects from my external .dll? Maybe using ROT
I have a c# application that runs locally, and I have a .dll written in c#.
MyApplication contains
namespace MyApplication
{
public interface IMyInterface
{
IMyInterface Instance ...
0
votes
1answer
31 views
How to change the size of QSharedMemory
I want to create a shared memory segment for IPC between processes, but the variables that I want to put in that shared segment is changing dynamically and increasing all the time, the examples I saw ...
0
votes
1answer
42 views
Send signal with a delay to my own process in C on linux (ubuntu)
My program get lots of signals in a second. Yet, I want to be able to perform some code every second. If I just do:
toSleep = ONESEC;
while (toSleep > 0)
toSleep = sleep(toSleep);
The ...
0
votes
3answers
71 views
Socket cleaning
I am a bit confused by unix sockets (TCP local)
I have a server and a client:
client sends some information to server by sockets (using send)
many times
server prints this data (server calls recv ...
0
votes
1answer
29 views
Why only related processes can only communicate using pipe() (IPC)?
why does there is limitation that with pipe() only parent and child process can communicate, why not unrelated processes?
why can't two children of a process can't communicate using pipe()?
1
vote
0answers
32 views
Confused about perl IPC::Run
I'm trying to use code like this:
run \@cmd, \$in, \$out, \$err;
As discussed in IPC::Run.
Of course, this complains about undefined variables.
So then I try this:
my $in;
my $out;
my $err;
run ...
1
vote
1answer
35 views
how to handle IPC between three or more processes?
I have three or more processes which need to communicate with each other. All are not bi directional, meaning, process1 may have to talk to process2 but process2 need not talk to process1.but some are ...
1
vote
0answers
32 views
Why IPC::Run3 cannot capture any standard output in Apache environment?
%use IPC::Run3;
%my $a;
%run3 ['echo','hello'],\undef,\$a;
<% $a %>
Above mason code works very well when I use Mason from a standalone script, as descriped in HTML::Mason::Admin. ...
0
votes
0answers
13 views
How to get data from c++ virtual world data to user via browser [closed]
I have a collaborative application which generates data - virtual object state, network costs, local computation costs at the rate of 1000 data points per second.
I want to display this data - webgl, ...
0
votes
0answers
33 views
Sending an integer from Python to Visual C++
Is there an easy way, or a code snippet that would help me do a simple integer passing between C++ and Python? Both classes are in the same machine. I read about sockets and IPCs but when I see the ...
0
votes
0answers
21 views
will separating the implementation of game servers rendering and networking code improve performance?
I currently have a game server doing to following -
all in c++ code
serially -
1)collect every clients interaction, then
2)calculate total effect on system (server has a physics engine
...
1
vote
1answer
51 views
.Net remoting: Know in a service if the call have been made locally or remotely?
I currently have a .Net remoting service that can be accessed by different ways:
Locally through an IPC channel
Remotely through a TCP channel
Locally through a TCP channel
I need to known, in ...
0
votes
1answer
45 views
PHP exec(): Why can I access shared memory, but not named semaphores? (errno = 13)
I'm using the php exec() command to run, get_value.c. get_value.c attached to shared memory reads a value and returns it to my PHP script. It worked just fine during my initial testing of attaching to ...
1
vote
3answers
211 views
Using Linux POSIX IPC message queue
I have to create single Server Process A and multiple client process(es). All should use Linux POSIX IPC message queue for data passing. Message(s) will flow in both direction. It is also possible ...
0
votes
0answers
30 views
How to update UI using thread in IPC mechanism of android
In one of my application project I have to get a data from JNI using AIDL interface. The AIDL interface is like below
interface IBiometricService {
int intFromJNI();
}
For above ...

