|
You are here |
3tilley.github.io | ||
| | | | |
thorstenball.com
|
|
| | | | | [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. | |
| | | | |
noteflakes.com
|
|
| | | | | Exploring unix pipes with Ruby and Polyphony - Noteflakes | |
| | | | |
tanelpoder.com
|
|
| | | | | As I'm delivering my Linux Troubleshooting training soon, I am going to blog about some typical issues and techniques we'll troubleshoot in the class too. I'll start from a relatively simple problem - logging in to a server via SSH always takes 10 seconds. The delay seems to be pretty constant, there don't seem to be major network problems and the server is not overloaded. Yet, remote logins always take 10 seconds. - Linux, Oracle, SQL performance tuning and troubleshooting - consulting & training. | |
| | | | |
karlherrick.com
|
|
| | | [AI summary] The article discusses the growing support and utility of Shadow DOM for server-side rendering of Web Components across modern browsers, illustrated with a code example. | ||