Skip to content Skip to sidebar Skip to footer
Showing posts with the label Zeromq

Multiprocessing Vs Gevent

Currently I am using zeromq with pub-sub pattern, I have single worker to publish and many(8) subsc… Read more Multiprocessing Vs Gevent

How Configure A Multiple Pub/ Single Sub Python Zmq Ubuntu

I have two VMs (VirtualBOx, Ubuntu 18.04 and python-zmq[16.0.2-2build2]) running within the same ph… Read more How Configure A Multiple Pub/ Single Sub Python Zmq Ubuntu

Zeromq: How To Prioritise Sockets In A .poll() Method?

Imagine the following code: import threading, zmq, time context = zmq.Context() receivers = [] pol… Read more Zeromq: How To Prioritise Sockets In A .poll() Method?