摘要
随着多线程应用程序和系统的普及和繁荣,在程序设计中对于数据结构在线程安全性上的要求和考虑不断提高。有很多程序设计技巧可以用来提高数据结构的线程安全性,简化程序开发人员的工作。然而在理论上,无论多么精巧的设计,也只能使得数据结构提供有限的线程安全性。
More and more multi-threading programs and systems appear.They require thread-safe design on data structure.Many pro-gramming tricks in data structure design provide thread-safe functionality and reduce programmers' workload.But there are still limitations on such design in theory.Data structures designed for programmers can only provide limited thread-safe guarantee.
作者
朱芸
ZHU Yun(AVIC Xi’an Aero-ENGINE(GROUP) LTD INSTITUTE,Xi’an 710021,China)
出处
《电脑知识与技术》
2008年第12X期2568-2570,共3页
Computer Knowledge and Technology
关键词
线程
线程安全
数据结构
同步
限制
thread
thread safe
data structure
synchronization
limitation