Additional Resources:
A short tutorial on socket programming:
ftp://gaia.cs.umass.edu/cs653/sock.ps
UNIX programming links:
http://www.cs.buffalo.edu/~milun/unix.programming.html
Additional Socket Programming links:
http://compnetworking.about.com/cs/socketprogramming/
http://beej.us/guide/bgnet/
HTTP 1.0 and 1.1:
http://www.jmarshall.com/easy/http/
w3c HTTP page:
http://www.w3.org/Protocols/
Thread Programming Examples (C):
Solaris threads:
http://www.cs.cf.ac.uk/Dave/C/node32.html
POSIX threads:
http://users.actcom.co.il/~choo/lupg/tutorials/multi-thread/multi-thread.html
http://www.llnl.gov/computing/tutorials/pthreads/
C Programming link:
http://www.cs.cf.ac.uk/Dave/C/CE.html
Inter Process Communication:
http://beej.us/guide/bgipc/