Skip to content Skip to sidebar Skip to footer
Showing posts with the label Message Queue

How Could A Distributed Queue-like-thing Be Implemented On Top Of A Rbdms Or Nosql Datastore Or Other Messaging System (e.g., Rabbitmq)?

From the wouldn't-it-be-cool-if category of questions ... By 'queue-like-thing' I mean … Read more How Could A Distributed Queue-like-thing Be Implemented On Top Of A Rbdms Or Nosql Datastore Or Other Messaging System (e.g., Rabbitmq)?

How To Simulate Broadcast Message Passing Between Thread

I'm writing a small concurrent program using Python 3.6. I have a question: my program has a s… Read more How To Simulate Broadcast Message Passing Between Thread