Network programming: UDP client/server source
February 28th, 2010
No comments
Categories: linux, The Prince: C, UNIX TLC C language, daemon, demonize, network, programming, source, source code, udp
Demonizing the Server
A server, to be a real server shall be able to run as a demon, it shall run in background and it shall not be linked to a terminal. To do this I'll add two functions to the simple server:
Latest Comments