In a concurrent program, different parts of the program can execute concurrently.
而在并发程序中,程序的不同部分可被同时执行。
Compared with the sequential program, the concurrent program is clearly more prone to error.
与顺序执行的程序相比,并发程序中显然更加容易出现错误。
Writing a correct program is not easy while writing a correct concurrent program is even harder.
编写正确的程序并不容易,而编写正确的并发程序就更难了。
Based on above points, a large part of traditional program testing techniques are not applicable for concurrent programs.
基于以上几点,很大一部分传统的程序测试方法在并发程序中并不适用。
For years now, software developers have been hearing about how concurrent programming was going to become the DE facto way to program.
多年来,软件开发人员早已了解到并发编程如何成为实际的编程方法。
Because multiple concurrent XML HTTP requests can be scheduled in parallel, our application essentially becomes a concurrent program — and concurrency is hard.
由于可能同时调度多个并发的XMLHTTP请求,应用程序本质上变成了一个并发程序,而并发很难实现。
In this paper, from the aspects of the algorithm of programming structure and the functions of the parallel computer components, the concurrent program is discussed.
本文从程序结构算法及计算机扩大并行化部件功能两个方面,讨论并行程序问题。
It differs from a program when concurrent programming techniques are used for coding the program. In such a case many processes can execute a program or a part of a program. Program.
在应用并行编码技术时,许多进程可以执行同一程序或其一部分,这时进程与程序是不同的。
So, now that you have a program that can handle tens of thousands of concurrent connections, what can you actually build with Node?
现在您有了一个能处理数万个并发连接的程序,那么您能通过Node实际构建什么呢?
You can do a lot with the program to enhance its functionality and learn more about working with concurrent collection techniques.
您可以改进该程序,增强其功能,并学习更多使用并发集合技术的知识。
We'll use the same test program to generate 5 concurrent requests 100 times.
我们使用相同的测试程序生成5个并发请求执行100次。
Threads enable your program to perform concurrent processing.
线程使程序能够执行并发处理。
Threads enable your program to perform concurrent processing.
线程使程序能够执行并发处理。
应用推荐