Tagged articles

Unix socket

5 articles · Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Aug 2, 2026 · Operations

6 Essential Steps to Diagnose Nginx 502 Errors

When Nginx returns a 502 Bad Gateway, the article walks through six systematic investigation directions—preserving evidence, checking upstream processes and sockets, validating configuration, verifying permissions, examining upstream timeouts, DNS resolution, and host resource limits—using concrete commands and log analysis to pinpoint the root cause.

502NginxSystemd
0 likes · 27 min read
6 Essential Steps to Diagnose Nginx 502 Errors
Golang Shines
Golang Shines
Feb 9, 2026 · Backend Development

How Go 1.26’s net.Dialer Gains Context Support Without Sacrificing Performance

Go 1.26 introduces context‑aware net.Dialer methods that combine the zero‑overhead speed of net.DialTCP with timeout, cancellation and tracing capabilities, eliminating DNS resolution and protocol dispatch overhead while providing clear code and a 10‑15% latency reduction for high‑frequency short connections.

GoHigh-performance networkingUnix socket
0 likes · 8 min read
How Go 1.26’s net.Dialer Gains Context Support Without Sacrificing Performance
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.

IPCUnix socketbackend
0 likes · 6 min read
Implementing Unix Domain Socket Communication in Java with junixsocket