A toy fibonnacci server using pthreads and condition variables with select()
The intent is to use this as a test ground for a scalable general purpose server which can use a multi-threaded (pthread) architecture to scale while remaining as responsive as possible.