This situation is called a race condition and is a common concern in multithreaded programming 这种情况被称作争用状态,它是多线程编程中的常见问题。
Programmers should be able to create multithreaded programs with confidence that they will be reliable and correct 程序员应该要有信心创建多线程程序。
By doug lea is a masterful book on the subtle issues surrounding multithreaded programming in java ,是一本围绕用java编写多线程程序的微妙问题进行讨论的专业书籍。
The following topics introduce you to some of the considerations and best practices for multithreaded programming 下列主题将向您介绍多线程编程的一些注意事项和最佳做法。
Symptoms : a multithreaded program that locks up , with or without the printing of stack traces to standard error 症状:一个锁定多线程程序,它具有或不具有将堆栈跟踪打印到标准错误。
When you re writing multithreaded programs , you must take great care that no one thread disturbs the work of any other thread 编写多线程程序时,你必须注意每个线程是否干扰了其他线程的工作。
Addison - wesley , 1999 is a masterful book on the subtle issues surrounding multithreaded programming in java applications ( addison - wesley , 1999年)是一本谈论有关java应用程序中多线程编程的复杂问题的专著。
In a multithreaded program , threads are obtained from the pool of available ready - to - run threads and run on the available system cpus 在多线程程序中,线程可以从准备就绪队列中得到,并在可获得的系统cpu上运行。