1)	Convert it into a non-forking server that handles multiple connections
	in a single process. Either by a threads library, or the more
	conventional state machine approach. I like the idea of a threads
	library approach.
