摘要
本文简要介绍了Java语言的多线程技术和GuardedSuspension(被监视的挂起)同步处理模式,并利用该技术解决了一个传统的同步问题——哲学家进餐问题,并给出了程序实现的关键代码。
This article briefly introduces the multi-thread technology of Java and Guarded Suspension synchronous pattern, and using it to solve the traditional problems-Dining Problem of the philosophers. The critical code is attached.
出处
《电脑与电信》
2007年第1期58-61,共4页
Computer & Telecommunication
关键词
多线程
模式
死锁
同步
Java multi -thread
Guarded Suspension Pattern
dead lock
synchrony