Multiprocess
參考資料:
http://www.cs.cf.ac.uk/Dave/C/node27.html#SECTION002730000000000000000
http://beej.us/guide/bgipc/output/html/multipage/shm.html
Multithread
參考資料:
http://www.cs.kent.edu/~ruttan/sysprog/lectures/multi-thread/multi-thread.html#thread_mutex
http://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_mutex_lock.html
http://www.cs.kent.edu/~ruttan/sysprog/lectures/multi-thread/employee-with-mutex.c
在编译中要加 -lpthread参数
gcc thread.c -o thread -lpthread
http://blog.csdn.net/llqkk/article/details/2854558
http://softpixel.com/~cwright/programming/threads/threads.c.php