/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mohit.athwani.net
| | blog.eldruin.com
2.6 parsecs away

Travel
| | Example of inter-process comunication in C++ using STL-like streams.
| | thorstenball.com
2.1 parsecs away

Travel
| | [AI summary] The article explains how Unicorn, a web server, leverages Unix system calls and concepts like fork, pipe, and signal handling to efficiently manage web requests. It highlights features such as hot reloading, zero downtime deployments, and worker process scaling using signals. The author emphasizes that these capabilities are not magic but a result of understanding and utilizing Unix's low-level mechanisms. The article also discusses the importance of knowing system-level details for debugging, architectural decisions, and deeper understanding of how software operates on the underlying system.
| | www.macieira.org
1.7 parsecs away

Travel
| |
| | blog.quarkslab.com
39.5 parsecs away

Travel
| [AI summary] The provided text discusses the use of Linux namespaces to isolate network stacks, enabling the creation of isolated environments for processes. It covers topics such as network namespaces, virtual interfaces, bridges, and iptables rules to enable communication between namespaces and the outside world. The text also touches on other namespaces like USER, MNT, UTS, IPC, and CGROUP, and references various resources for further reading.