Tuesday, September 7, 2010

Template for a network server

A short tutorial on how to use my template for programming a network server in C. This template is built around select() system call and it includes the possibility to build it as a daemon with logging and configuration file. I'll update this topic soon.

NSNotification example