欢迎光临散文网 会员登陆 & 注册

开发操作系统应用&多核编程前,先看完四本书

2022-01-02 09:09 作者:信号再生中  | 我要投稿

operating system three easy pieces 操作系统导论

modern operating system 现代操作系统  大神专著 万校推荐首选读物 大气磅礴 包罗万物

Programming with POSIX threads

Pthreads Programming: A POSIX Standard for Better Multiprocessing

多线程编程两本书都是老书,买不到了。only 电子版。

POSIX threads, or pthreads, allow multiple tasks to run concurrently within the same program. They can share a single CPU as processes do, or take advantage of multiple CPUs when available. In either case, they provide a clean way to divide the tasks of a program while sharing data. This book thoroughly covers the POSIX threads standard, which is supported by the Distributed Computer Environment (DCE), as well as Solaris, OSF/1, AIX, and several other UNIX-based operating systems. In this book you will learn not only what the pthread calls are, but when it is a good idea to use threads and how to make them efficient (which is the whole reason for using threads in the first place). The authors delves into performance issues, comparing threads to processes, contrasting kernel threads to user threads, and showing how to measure speed. He also clearly describes all the advanced features and how threads interact with the rest of the UNIX system.


开发操作系统应用&多核编程前,先看完四本书的评论 (共 条)

分享到微博请遵守国家法律