Contrast this with concurrent programming.
并发编程的情况正好与此相反。
Functional and Concurrent Programming - Hosted by Erik meijer.
函数式和并发编程-ErikMeijer主持。
Data pipelining is a common pattern in concurrent programming.
“数据管道”是并发编程中的常见模式。
Concurrent programming has always been difficult and continues to be difficult.
并发编程总是很有难度,而且一直会很难。
You can still do more stuff, but you have to do it using concurrent programming.
您虽然还是可以做更多的事情,但必须使用并发编程才行。
Pretty soon many more developers will need to care about concurrent programming.
用不了多久,更多的开发者们将会考虑并行程序设计了。
Concurrent programming using the extremely popular Boost libraries is a lot of fun.
使用非常流行的boost库进行并发编程非常有意思。
Two technical chapters follow that describe how to do concurrent programming in Erlang.
之后两个技术章节介绍了如何用Erlang进行并行程序设计。
What's difficult about concurrent programming is thinking in terms of concurrency with threads.
并发编程的一个困难之处是利用线程来考虑并发性。
Now, however, concurrent programming is common practice, and you need to be aware of the pitfalls.
不过,现在,并发编程已普遍使用,您需要意识到这个缺陷。
The success of the web is not the only reason for the lack of emergence of concurrent programming.
web的成功并非缺少并发编程的惟一原因。
Instead you get entirely different concurrent programming models that include no mention of threads or locks.
相反,它提供了与线程和锁无关的、完全不同的并发编程模型。
Concurrent Collections make concurrent programming easier by providing thread-safe, well-tuned data structures.
并发Collections提供了线程安全、经过良好调优的数据结构,简化了并发编程。
Simply put: switching your concurrent programming model to actors makes multithreaded applications easier to code.
简而言之,将您的并发编程模型转换为角色使多线程应用程序更容易编码。
Sutter also noted that concurrent programming would allow developers to take advantage of multicore architectures.
Sutter还提到并发编程将使开发人员能够利用多核架构。
This article describes some potential problems due to non-reentrancy of the function in parallel and concurrent programming.
本文描述了在并行和并发程序设计中函数的不可重入性导致的一些潜在问题。
These languages actively enable concurrent programming, although each one takes a different approach based on its philosophy.
尽管每种语言基于其原理采用不同的方法,不过它们都积极支持并发编程。
The final benefit of concurrent programming with CSP will be particularly evident to developers building distributed systems.
用CSP进行并发编程的最后一个好处对于构建分布式系统的开发人员来说特别明显。
There's a module for manipulating lists, a module for concurrent programming, a module for dealing with complex numbers, etc.
有处理List的模块, 有处理并发的模块, 也有处理复数(complex number, 感谢roy_hu大牛提醒)的模块, 等等.
The actor model facilitates concurrent programming by allowing a safer mechanism for message-passing between processes (or actors).
角色模型支持采用一种更安全的机制来在进程(或角色)之间进行消息传递,极大地方便了并发编程。
He explains that concurrent programming is hard just like memory management because you need to balance correctness and performance.
他解释说,并发编程的困难类似于内存管理,你需要平衡正确性和性能。
For years now, software developers have been hearing about how concurrent programming was going to become the DE facto way to program.
多年来,软件开发人员早已了解到并发编程如何成为实际的编程方法。
With multicore processors bringing parallel computing to the masses, there is an urgent need to make concurrent programming easier.
多核处理器会引爆并行计算,因此当务之急是降低并发编程的难度。
So, like a lot of people, I've been caught up in the excitement about concurrent programming with functional languages like Erlang and Scala.
因此,像大多数人一样,我钟爱使用 Erlang和 Scala等函数语言进行并发编程。
It's written in Erlang, a concurrent programming language that supports building distributed, fault-tolerant, nonstop applications (see Resources).
它是使用并发编程语言erlang编写的,它支持绑定分布式、容错、不间断应用程序(参见参考资料)。
Research shows it can effectively support concurrent programming on embedded platform, implement platform independence and portability of concurrent...
研究表明,它可以支持嵌入式平台中的并发程序,实现了嵌入式平台中并发程序的平台无关性和可移植性。
What's more, simple concurrent programming has been available on essentially all UNIX hosts since at least 1988, which is when KSH standardized its "co-processes."
此外,至少自1988年以来,基本上已经在所有unix主机上实现了简单的并发编程,在1988年这一年ksh对其“协同进程(co - process)”进行了标准化。
So as long as you stick to the simplest rules of concurrent programming - stateless services and immutable objects, it will be a breeze to wire your services to any producer or consumer.
所以只要你坚持并发编程的最简单规则——无状态服务和不变对象,将你的服务绑定到任何生产者或消费者上都会轻而易举。
It has become one of those things where you might have one or two gurus in your company who are the only ones that anybody trusts to do any kind of non-trivial concurrent programming.
很多公司里只有一两个大家所公认的、可以进行任何类型并发编程的大师。
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.
在应用并行编码技术时,许多进程可以执行同一程序或其一部分,这时进程与程序是不同的。
应用推荐