-
This discussion came up in https://github.com/crystal-lang/crystal/issues/5430#issuecomment-1179500955
`IO.pipe` is currently implemented based on file descriptors, which has a couple downsides:
…
-
DiceDB will be a single process with multiple threads, and it will be designed to run on multi-core servers without any special configurations or optimizations. Let's split the in-memory data store ke…
-
Many Node.js applications leverage Unix Domain Sockets for inter-process communication (IPC), providing a more efficient and secure way to communicate compared to traditional network sockets. Supporti…
-
### Background
Initially, a process pool was used in `server.controller` to handle replica launching and termination due to limitations with redirecting `sys.stdout` and `sys.stderr` in multi-threa…
-
Currently we have two kinds of comms:
1. inproc:// for intra-process communication with queues
2. tcp:// and tls:// for inter-process or inter-node communication with sockets
There is also a …
-
A relevant problem of ROS2 is that it wastes resources when you have both inter and intra-process communication enabled.
For example:
- Process 1: Node A publishes on `my_topic`, Node B subscrib…
-
### What feature or improvement do you think would benefit Files?
We initially chose Win32 Shell APIs for file operations because we wanted the file operations to continue even after Files was clos…
-
[Usage of @electron/remote is discouraged](https://github.com/electron/remote/blob/main/README.md#electronremote)
We can replace it with inter-process communication fairly easily, just need to do i…
-
It's required to create an inter-process communication (IPC) mechanism that works on both Linux/macOS and Windows platforms, as the Discord Rich Presence relies on this.
The first step, and goal of…
-
**Is your feature request related to a problem? Please describe.**
I would like to use Akka.Remoting for Inter-Process communication only (e.g. only on the same host). No TCP/IP ports should be used,…