As an umbrella holder that allows you to create
a better child to keep them in your arms for comfort and safety without having
to hold an umbrella in ...
分类:
数据库 时间:
2014-06-03 08:08:02
阅读次数:
478
Subsections
线程安全(Thread safety)
锁(lock)
共享对象
对象组合
基础构建模块
任务执行
取消和关闭
线程池的使用
性能与可伸缩性
并发程序的测试
显示锁
原子变量和非阻塞同步机制
一、线程安全(Thread safety)
无论何时,只要多于一个线程访问给定的状态变量。而且其中某个线程会写入该变量,此时必须使用同...
分类:
编程语言 时间:
2014-05-21 17:11:45
阅读次数:
500
This post introduces the challenge and related
solution (Atomic, Locks) on Thread Safety.
分类:
编程语言 时间:
2014-05-17 21:09:33
阅读次数:
500
Every class should clearly document its thread
safety properties with a carefully worded prose description or a thread safety
annotation. The synchron...
分类:
编程语言 时间:
2014-05-05 12:00:18
阅读次数:
437