使用数据消息传递模型和数据访问模式。
Data messaging model and data access patterns are being used.
然后在部署时或配置时选择消息传递模型。
The messaging model is then chosen at deployment or configuration time.
它使用一种消息传递模型,以及“进程”来代替线程。
It USES a message passing model and "processes" instead of threads.
Go的作者选择了消息传递模型来作为推荐的并发编程方法。
The Go authors chose a message-passing model as their recommended method for concurrent programming. The language does still support Shared memory, however the authors have the following philosophy.
您所使用的消息传递模型的类型取决于您企业的需要。
The type of messaging model you employ depends upon the needs of your enterprise.
该消息传递平台同时支持以下两种JMS消息传递模型。
首先,您将了解如何利用队列目的地来使用点到点消息传递模型。
First you find out how to work with the point-to-point messaging model using queue destinations.
在消息传递模型中,并行程序设计的首要考虑是计算问题的分解。
In the message transferring model, parallel program design chiefly consider the decomposition of computing problem.
实验结果表明,通过改进消息传递模型,可进一步提升ESB的性能。
The application result shows that improving the messaging model can further improve the performance of ESB.
消息传递模型作为一种处理单元间标准信息传输方式在实际并行程序中广为采用。
Message passing model has widely been adapted as a standard information transmission between processing elements in practical parallel programs.
当前的DataWebServices版本仅支持使用队列的点对点消息传递模型。
Data Web Services in this release only support point-to-point messaging model using queues.
通信和集成所需的服务消息传递模型(例如SOAP或企业应用程序集成 (EAI)中间件模型)
Service messaging models required for communication and integration (for example, SOAP or enterprise application integration (EAI) middleware models)
本文从分布式存储的并行计算机入手,引出了它的两种并行编程模型消息传递模型和数据并行模型。
This paper starts with parallel computer of distributed memory, educe two kinds of parallel programming models-message transferring model and data paralleling model.
此ESB基于消息传递模型,因此由两个相关的单向消息流对请求/响应交互进行处理,一个用于请求,一个用于响应。
The ESB is based on a messaging model, so a request/response interaction is handled by two related one-way message flows -- one for the request and one for the response.
架构上,组件通过一个抽象的服务模型(一个消息传递模型,位于任何特殊协议或消息编码之上的抽象层中)进行交互。
Architecturally, components interact via an abstract service model-a messaging model that resides at a level of abstraction above any particular protocol or message-encoding format.
但仔细分析其细节,可以发现JAX -RPC的动态模型是RPC模型,而JAX - WS的动态模型为消息传递模型。
But when you get down to the details, you can see that JAX-RPC's dynamic model is an RPC model, while JAX-WS's dynamic model is a messaging model.
可靠消息传递模型除了下面的一处改动,基本没有任何变动:CreateSequence握手交换和TerminateSequence消息现在成为必需的,而不再是可选的。
The Reliable Messaging Model is basically unchanged with one exception: the CreateSequence handshake exchange and the TerminateSequence message are now required as opposed to optional.
与通过共享内存与锁交互的线程不同,角色模型利用了“角色”概念,使用邮箱来传递异步消息。
Rather than threads interacting via Shared memory with locks, the actor model leverages "actors" that pass asynchronous messages using mailboxes.
它也允许很多像SOAP这样的更高层模型不必分别为可靠的消息传递定义各自的扩展就能利用对可靠消息的支持。
This also allows a number of higher-level models such as SOAP to leverage support for reliable messages without requiring each to define its own extensions for reliable message delivery.
所有这些尝试都基于一个消息传递通信模型。
All these attempts are based on a message-passing communication model.
角色模型支持采用一种更安全的机制来在进程(或角色)之间进行消息传递,极大地方便了并发编程。
The actor model facilitates concurrent programming by allowing a safer mechanism for message-passing between processes (or actors).
初看上去,似乎是生成的线程无法足够快地响应消息,但是要记住在actor模型中并不处理线程,只处理消息传递。
At first, it may feel like the spawned thread isn't responding to the messages quickly enough, but remember, in an actors model, you don't deal with threads, per se, just message passing.
所以我们就引入了全局模型这个概念,全局模型就是当流程被执行时,用来指定Web服务之间的消息在流程模型中如何传递的一系列必需链接。
That is where the global model comes in. The global model is a set of the necessary links that specify how messages can be sent between the web services in the flow model as the flow is executed.
共同的思路是我们为消息传递实现的安全模型需要与我们使用消息传递的方式保持同步。
The common thread is that the security models we implement for messaging need to keep pace with the ways in which we use messaging.
在分布式计算环境中,有各种用于消息传递的模型。
There are a variety of models for messaging in a distributed computing environment.
在消息传递中,标准数据模型[3]模式要求系统提供通用的格式。
In messaging, the canonical data model [3] pattern requires that systems vend a common format.
XMSAPI通过提供一套通用的、用于执行某些消息传递操作的高级类,实现了一个跨多语言的、一致的编程模型。
The XMS API provides a consistent programming model across multiple languages by offering a common set of high-level classes to perform messaging operations.
服务和数据模型之间的消息传递紧密相关。
Messaging between services and data models is closely related.
此外,操作模型描述各种基础设施组件(如中间件、消息传递、目录服务等等)。
The operational model describes, among other things, the various infrastructure components (such as middleware, messaging, directory services, and so on).
Scala模型还存在一些安全性问题,因为每条消息都传递对调用方的引用。
The Scala model also has security issues because reference to the caller is passed with every message.
应用推荐