写点什么

《Operating System Concepts》阅读笔记:p188-p199

作者:codists
  • 2025-03-05
    广东
  • 本文字数:546 字

    阅读完需:约 2 分钟

《Operating System Concepts》学习第 21 天,p188-p199 总结,总计 12 页。

一、技术总结

1.thread-local storage

Data available only to a given thread.

2.transaction

(1)英语中的意思


c/u. trans-("across") + agere("to drive, do, peform")。the act of perform sth across parties(交易)。


(2)编程中的意思


Generally, the execution of a set of steps that make up one activity.


(3)示例


TBD。

3.lightweight process

A virtual processor-like data structure allowing a user thread to map to a kernel thread.

二、英语总结(生词:0)

无。


关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

第 4 章(Threads & Concurrencyl)简评:介绍了什么是线程,多线程编程,多线程编程中需要考虑的问题。本人阅读完该章节对 fork() 和 join() 有了更好的理解。其它的内容受限于本人的经历与知识深度,并不是那么理解。

四、参考资料

1. 编程

(1) Abraham Silberschatz,Peter Baer Galvin,Greg Gagne《Operating System Concepts》:https://book.douban.com/subject/30272539/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com


(2) Cambridge Dictionary:https://dictionary.cambridge.org


欢迎搜索及关注:编程人(a_codists)

发布于: 刚刚阅读数: 2
用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《Operating System Concepts》阅读笔记:p188-p199_操作系统_codists_InfoQ写作社区