About sockets and processes
Learn all the secrets of programming sockets and processes in C.
- Introduction
- Installation
- Echo server
- Send data using UDP
- Send data using TCP
- Skeleton of a command processor
- Command processor with debug mode
- Command processor with line arguments
- Send data in non blocking mode
- Send data in unix mode
- Launch a child process and wait for it
- Launch a child process and kill it
- Launch a child process and run a command
- Run a command in a child process and display its output
- Create a zombie process
- Launch a demon
- Filter the output of a command
- Write a server in unix mode
- Write a server in stream mode
- Write a server in datagram mode
- Display a host IP address
- Exercise : write a log service
- Log service : server
- Log service : client