Tag: #processes
How to write a TCP server using the
fork
syscall A TCP server that uses the
fork
system call to create a new child process for each accepted connection, allowing it to handle multiple clients concurrently. 2017-02-25UNIX as a SQL database
UNIX represents various system components, like processes, file descriptors, and memory, using in-memory data structures that can be modeled as relational database tables. 2017-02-14
All content copyright James Fisher.