This site best when viewed with a modern standards-compliant browser. We recommend Firefox Get Firefox!.

Linux-HA project logo
Providing Open Source High-Availability Software for Linux and other OSes since 1999.

USA Flag UK Flag

Japanese Flag

Homepage

About Us

Contact Us

Legal Info

How To Contribute

Security Issues

21 December 2007 Heartbeat release 2.1.3 is now out Download it and install it!

11 October 2007 NEW educational HA/DR Blog hosted by Alan Robertson

9 April 2007 Check out the Cool Heartbeat Screencasts: Installation, Intro to the GUI Part of the Heartbeat Education project

Last site update:
2008-07-20 21:58:21

When a RemoteProcedureCall may be expected to take some time, it is necessary to return an immediate result, and then later, when the request completes an asynchronous notification (an AsyncEventMessage) needs to be sent concerning the original request. When this final notification is sent out, it is necessary to tie the returned result back with the original request.

This is accomplished by returning an AsyncRequestId immediately from the original request, and then attaching this same AsyncRequestId as part of the final AsyncEventMessage.