This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 449 - allow multi-synchronization (multicast) over channels
Summary: allow multi-synchronization (multicast) over channels
Status: ASSIGNED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: Engine (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement
Assignee: Alexandre David
URL:
Depends on:
Blocks:
 
Reported: 2008-10-28 14:38 CET by Marius Mikučionis
Modified: 2008-10-28 15:05 CET (History)
0 users

See Also:
Architecture:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Mikučionis 2008-10-28 14:38:12 CET
It would be nice to be able to specify a minimum amount of required recipient processes participating in broadcast synchronization.
For example current broadcast channels assumes 0 required recipients, i.e. the sending process will not block even if no recipients are ready to receive. So it should be possible to specify a minimum number of recipients greater than 0 and block the sender until this requirement is fulfilled.