Jump to content

Mailbox (computing)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ewlyahoocom (talk | contribs) at 17:54, 6 April 2006 (oops). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, a mailbox is a software engineering component used for message passing in interprocess communication. It combines a message queue with the ability to send and receive messages that may contain additional out-of-bound data.