Malcolm Ryan wrote: > Is there any guarantee that the send_notification/2 and > receive_notifications/3 predicates in lib(notify_ports) will maintain > the order of messages? Ie, are messages always received in the same > order as they are sent? Yes, the notifications for one port form a queue. The sender appends notifications at the end, and every receiver visits the entries independently in order. Front entries get discarded once they have been seen by all receivers. -- JoachimReceived on Mon Sep 10 2007 - 10:42:07 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET