Re: [Rpm-maint] [rpm-software-management/rpm] RFE: run rpm scripts on a different thread using MQTT pub/sub message queues (#519)

2018-08-21 Thread Jeff Johnson
Closed #519. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/519#event-1800134078___ Rpm-maint mailing list Rpm-maint@lists.rpm

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: run rpm scripts on a different thread using MQTT pub/sub message queues (#519)

2018-08-17 Thread Jeff Johnson
To forestall the obvious objections to using MQTT, please note that I also have working code for SysV messages, POSIX message queues, AMQP, ZeroMQ, etc. I also am quite capable of an implementation of asynchronous RPC similar to above in XMLRPC, jabber, or UNIX domain sockets, or protocol du jou

[Rpm-maint] [rpm-software-management/rpm] RFE: run rpm scripts on a different thread using MQTT pub/sub message queues (#519)

2018-08-17 Thread Jeff Johnson
This RFE tries to provide a concrete example to known bottlenecks with rpm install/update mentioned in issue #517. MQTT is Yet Another Message Queue (YAMQ) like ZeroMQ, or AMQP, or M$ MQ developed by IBM with a client implementation maintained in the Apache Foundation. Message queues are typic