Non-blocking server in C/Linux
- by Jaakko Moisio
- 13. lokakuuta 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.