You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
This conclusion is incorrect. Both barrier and mbarrier are based on arrive-wait mechanism. This mechanism doesn't necessary require the number of producer and consumer is the same.
mbarrier is more flexible and powerful than barrier. mbarrier has two modes, one is arrive wait which is similar as barrier. The other is transaction wait which barrier doesn't support.
Barrier is used for scenarios where the number of producers and consumers is the same, while mbarrier is used when the numbers differ.
Is this conclusion correct? Is this the fundamental difference and design intent between mbarrier and barrier?
The text was updated successfully, but these errors were encountered: