/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

blog.koehntopp.info
| | mohit.athwani.net
1.7 parsecs away

Travel
| | [AI summary] An educational article explains the UNIX fork() system call, detailing how parent and child processes function, how to differentiate them via PID, and provides C++ code examples for process creation and management.
| | jameshfisher.com
2.7 parsecs away

Travel
| | `fork` duplicates the current process. It returns `0` in the child process. In the parent process, it returns the child's new process id.
| | venam.nixers.net
2.9 parsecs away

Travel
| | You've certainly heard of daemons, those processes that lurk in the background and do what they're supposed to do. You might even have written and run programs that are daemons. Today we'll talk about them, those daemons ({day,dee}mon), what there is to know about their mechanism and details. A big generic overview of daemons on ...
| | crescentro.se
25.4 parsecs away

Travel
| What happens when a purely functional, deterministic, declarative package management system meets Python.