软件构造系列复习笔记————第10章

第10章 内存共享模式、消息传递模式 进程和线程 线程的创建和启动,runnable 时间分片、交错执行、竞争条件 线程的休眠、中断 线程安全threadsafe的四种策略 Strategy 1: Confinement限制数据共享 Strategy 2: Immutability共享不可变的数据 Strategy 3: Using Threadsafe Data Types 共享线程安全的可变数
相关文章
相关标签/搜索