UML Diagrams Zicomi Systems publishes some UML example diagrams online from the world famous UML dictionary. more...
Version 2.5 Released Zicomi Systems is delighted to announce that version 2.5 of Zicomi Mentor is released. With support for UML 2.0 and all thirteen UML diagrams more...
Zicomi Systems' Director speaks about the UML at Objects by Design - an informative interview more...
Partner Programme Zicom Systems is delighted to announce a new world wide partner programme, become a partner today. more...
OMG Member Zicom Systems is made a member of the OMG!
Asynchronous Message
An asynchronous message means that the caller dispatches the stimulus or message to the receiver and does not wait for a return but continues immediately with the next step in its own execution.
Explanation
A message that is sent asynchronously makes no assumptions about the receiver other than that they will be receptive to the message. The caller does not wait for the completion of the operation but continues immediately in its own execution path.
A synchronous message is related to an asynchronous message in that both are messages sent between instances. The synchronous message however differs in the sense that the execution of the calling instance is halted and waits for the return of the message before continuing the next step in its execution.