Metadata-Version: 1.1
Name: zmq_legos
Version: 0.1.2
Summary: Building Blocks (Legos) using ZeroMQ for applications
Home-page: https://gitlab.aves.io/costrouc/zmq_legos
Author: Christopher Ostrouchov
Author-email: chris.ostrouchov+zmq_legos@gmail.com
License: UNKNOWN
Download-URL: https://gitlab.aves.io/costrouc/pysrim/repository/archive.zip?ref=v0.1.2
Description: A collection of usefull zeromq legos. Building blocks for larger applications.
        
        ===
        MPD
        ===
        
        Asyncio implementation using zeromq of the [Majordomo Protocol](https://rfc.zeromq.org/spec:7/MDP/).
        
        Currently on my laptop can serve around 4K msg/second
        
        With a few tweeks:
         - can control eager scheduling of messages to workers (useful for messages that take unequal time)
         - READY additionally returns json dict of worker configuration
        
Keywords: zeromq python mpd
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
