《Operating System Concepts》阅读笔记:p188-p199
《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)
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 使用C#创建一个MCP客户端
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
2021-03-05 翻译:《实用的Python编程》03_06_Design_discussion