This is a simple application using the CSocketServer wrapper.
It sits on port 1234 and says that everything is fun.
Just use telnet to connect (telnet localhost 1234)

By default the server does not fork when it receives the connection.
To make it fork, add a call to EnableForking in main().

