|
Project Information
|
Asynchronous messaging allows components to communicate in a robust and reliable manner. In particular sending a message is a non-blocking operation. This means that a receiver of the message cannot directly effect the sender. Compare this to synchronous messaging where the sender is blocked until the receiver decides to return. The goal of this project is to implement a light weight, robust and reliable asynchronous messaging scheme that supports inter and intra process communication within the same "computer" as well as inter-device communication. In addition, it is to be OS and language agnostic. I can be reached at <first name>@<last name>.com Cheers Wink Saville |