摘要
开发并发程序并非是一件容易的事情。随着程序设计的日益庞大和复杂,怎样开发出高性能的并发程序变得越来越重要。在分析了Java的并发机制和同步机制的基础上,给出了一些在开发Java并发程序中防止死锁的策略和方法,这些方法为并发程序的设计带来了方便。
The development of concurrent programs is not an easy thing.With the programming increasingly large and complex,how to develop high-performance concurrent program is becoming increasingly important.In the analysis of Java's concurrency and synchronization mechanisms based on the given number of concurrent Java programs in developing strategies to prevent deadlock and methods for the concurrent program is designed to bring the convenience.
出处
《计算机光盘软件与应用》
2011年第14期208-208,共1页
Computer CD Software and Application
关键词
多线程
并发机制
同步机制
死锁
Multithreading
Concurrency
Synchronization mechanism
Deadlock