/csapp_learn

csapp learning code

Primary LanguageC

csapp learning code

tiny-web-server/ : a simple iterative http server

cocurrent/ : cocurrent echo server implementing by multi-process, I/O multiplexing, multi-thread, and prethreading. usage of select, poll, kqueue, and a simple parallel example by threads.

compile

in echo folder, run make target=xxx, xxx is the executable file name, corresponding to xxx.c