|
You are here |
mohit.athwani.net | ||
| | | | |
jameshfisher.com
|
|
| | | | | `fork` duplicates the current process. It returns `0` in the child process. In the parent process, it returns the child's new process id. | |
| | | | |
blog.eldruin.com
|
|
| | | | | Example of inter-process comunication in C++ using STL-like streams. | |
| | | | |
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. | |
| | | | |
marcallred.com
|
|
| | | [AI summary] The article discusses a 2017 blog post about a home project by Marc Allred and his family, featuring a mix of musical influences and personal reflections. | ||