Multi-Threading
- refer to this pthread program to print even and odd numbers in different threads.
http://dhinu-programs.blogspot.in/2016/05/pthread.html
- Good article about user space threads and kerneal space threads
http://www.evanjones.ca/software/threading.html
- Difference between mutex and semaphore
- Posix Semaphores
- System V semaphores between different process.
- Classical synchronization problems
- Mutexes between multiple process
- Joinable and detached threads - The thread attributes that the system should store for a joinable thread.
- http://www.domaigne.com/blog/computing/joinable-and-detached-threads/
No comments:
Post a Comment