-
Hello, I have a CS-architecture service,the service uses cppzmq. Client and service work with ipc:// protocol.
Now, I want my client to support the Java language, does the JNI support ipc://protoc…
-
we are experiencing issues with IPC sockets reliability on Windows. related issues #1175 and #1567
on macOS it works much more reliably. One of the differences between the two systems is that Windows…
alzix updated
4 months ago
-
I am trying to update a PG-HA deployed via bitnami in k8s. I have extracted the data as usual. The call looks like
```
docker run -it -v /tmp/pg-15-16/:/var/lib/postgresql/ tianon/postgres-upgrade…
pat-s updated
8 months ago
-
On the mailing list, Dan Williams (2015-04-01) reported an issue with attic master branch code:
"""
There was one problem restoring, however: Attic failed to restore a socket
file. Ouch! The other tw…
-
With commit 5a20db1f06a4b1bba5015881ffe218678d7ec085, UNIX domain sockets was introduced, yet it only supports Linux and MacOS (Darwin). Additional systems can easily be added. There are a few optio…
-
The recently added test ConcurrentSendReceive has failed in official runs with the following error 1-2 times a day for the last three days:
```
System.TimeoutException : WhenAllOrAnyFailed timed out…
-
I'm trying to use dnsruby in a higher performance environment and I'm running into issues when a second query is fired, I have reduced it to a very simple test that seems to show the problem, I tried …
-
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…
-
**What is the problem you're trying to solve**
Containerd works via named pipes in Windows, but gRPC over named pipes is not supported in C# in the meantime. Good news that we can use sockets: https:…
-
Today Retina only watches for events from either tc prog or some drop reason kprobes, Retina should be watching for events of unix domain socket as well. This will need additional work to understand h…