Tag

unix socket

0 views collected around this technical thread.

FunTester
FunTester
Jun 3, 2024 · Backend Development

Implementing Unix Domain Socket Communication in Java with junixsocket

This article demonstrates how to use the junixsocket library to add Unix domain socket support to Java applications, providing Maven dependency details, full server and client code examples, and cross‑language testing with a Go server implementation.

BackendIPCjava
0 likes · 6 min read
Implementing Unix Domain Socket Communication in Java with junixsocket
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Feb 18, 2020 · Backend Development

Zero‑Downtime Restarts: Transfer Open Sockets via Unix Domain Sockets in Go

This article explains how to achieve graceful, zero‑downtime restarts for long‑living TCP services by passing open file descriptors through a Unix domain socket, allowing new processes to inherit existing connections without interrupting clients, and provides a complete Go demo implementation.

BackendGoGraceful Restart
0 likes · 14 min read
Zero‑Downtime Restarts: Transfer Open Sockets via Unix Domain Sockets in Go