欢迎访问
讨论版列表 - 电脑科学 - 主题数: 32 | 文章数: 32 | 管理员: (无)

电脑科学

版面 | 文摘区 | 马克区

文章数: 1 | 分页: << 1 >>
admin
[回复] [修改] [删除] [返回版面] 1  
作者: admin, 讨论版: 电脑科学, 发表时间: 2014-02-27 14:57:43 PST
标题: Message queue
关键字:

In computer science, message queues [1] and mailboxes are software-engineering components used for interprocess communication, or for inter-thread communication within the same process. They use a queue for messaging – the passing of control or of content. Group communication systems provide similar kinds of functionality.

Message queues [1] provide an asynchronous communications protocol, meaning that the sender and receiver of the message do not need to interact with the message queue at the same time. Messages placed onto the queue are stored until the recipient retrieves them. Message queues have implicit or explicit limits on the size of data that may be transmitted in a single message and the number of messages that may remain outstanding on the queue.

[1] Wiki: Message queue


--

最后修改: admin on 2014-02-27 14:58:39 PST
※ 来源: homecox.com  [来自: 128.]


Reply

Please log in first.