请输入您要查询的字词:

 

单词 message passing
释义
message passing

Computer
  • A way of designing a software system that involves concurrent processes sending data encapsulated as messages to each other. The advantage of the approach is that it provides a low level of coupling between the concurrent processes such that the messages can be passed either directly within a single processor or indirectly using a LAN or WAN communications medium.

    In some forms of message passing the recipient is named specifically by the sender; in other forms the recipient is not defined by the sender but by the way in which the network of concurrent processes is defined. The latter scheme provides a very good basis for reusing the concurrent processes, because they are independent of each other. UNIX processes use this form of communication; the processes are independent and the connectivity is defined (at a higher level) by defining ‘pipes’ that convey messages generated by one process to one other process. A similar scheme is provided by MASCOT. Most object-oriented design methods include some form of message passing, especially to transmit events from one object to another. In these approaches the recipient is usually defined explicitly, which thereby increases the coupling between the objects.


Internet
  • In a distributed system the individual servers and clients need to communicate with each other; for example, a Web server may need to communicate with a database server in order to retrieve some data which is to be displayed on a Web page. When the communication occurs via messages passed over some transmission medium, this is known as message passing.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2025/3/15 0:43:57