Simple Real-time Operating System: A Kernel Inside View for a Beginner
Do you think RTOS kernel is a complex black box and hard to implement? Shred your opinion and transform your self from the beginner of RTOS to a designer.
Programming with POSIX Threads (Addison-Wesley Professional Computing Series)
With this practical book, you will attain a solid understanding of threads and will discover how to put this powerful mode of programming to work in real-world applications.
The primary advantage of threaded programming is that it enables your applications to accomplish more than one task at the same time by using the number-crunching power of multiprocessor parallelism and by automatically exploiting I/O concurrency in your code, even on a single processor machine. The result:...







