-
In order to create separate server and client programs, a type of independent inter-process communication must be created. This communication must:
- Be two-way,
- Not require both parts to be running…
-
Hi!
I've been thinking about how it would be best to communicate from e.g. RDF::Query to triplerush, and then Andy Seaborne comes up with something that looks like a good solution: RDF Thrift, https:…
-
I am working through how IPC will be implemented for Amulet.
IPC is required to notify all processes that a plugin has been globally enabled or disabled as well as transferring data between the pro…
-
JIRA Issue: [KIEKER-904] FSReader supporting a list of directories
Original Reporter: Jan Waller
***
The FSReader accepts a list of directories and starts a sub thread for each directory specified (…
-
## Bug report
**Required Info:**
- Operating System:
- Ubuntu 20.04
- Installation type:
- Both binaries and from source
- Version or commit hash:
- Galactic (binaries) and mast…
-
Instead of doing a TCP-spaghetti system, you can use the basics of ROS for message exchanges.
The master runs "roscore" and his "master node" , while each slave connect to the "roscore" running on th…
-
Hi,
Wondering if there is a plan to add inter process communication for ERPC transports ?
Also, appreciate if you could provide simple example how to init InterThreadBufferTransport between two …
-
We don't have to use Cpython to allow for communication between the front end (C#) and back end (Python) of the application.
Take a look at this option https://zeromq.org/get-started/
-
Hello.
I would like to use the CDBUS for short-length (
-
I am working on an extension for Visual Studio. This implements a Language Server (LSP) also. Both extension and LSP are written in C#.NET. Is it a requirement that Language Server run in a separate p…