Non-blocking server in C/Linux
- by Jaakko Moisio
- Oct. 13, 2020
Revisiting an earlier example, this post shows how to implement a simple non-blocking echo server using the low level Linux APIs. It also introduces how to use techniques like object oriented design and coroutines in the C language.