Talk:Message Passing: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


Added reference to [[Polymorphic_Types_(PMTs)#Pairs]] on Feb 21.
Added reference to [[Polymorphic_Types_(PMTs)#Pairs]] on Feb 21.
ZeroMQ Chat Service should use PUB/SUB instead of PUSH/PULL. PUSH/PULL is for round-robin load balancing and wouldn't work for more than one participant, PUB/SUB is a broadcast for everybody.

Latest revision as of 09:21, 26 September 2022

"CAR" in this context needs expansion or a reference; I have no idea what it means and have no way to find out: "it is a pair of a dictionary (on CAR)"

Added reference to Polymorphic_Types_(PMTs)#Pairs on Feb 21.

ZeroMQ Chat Service should use PUB/SUB instead of PUSH/PULL. PUSH/PULL is for round-robin load balancing and wouldn't work for more than one participant, PUB/SUB is a broadcast for everybody.