Quantcast
Viewing latest article 2
Browse Latest Browse All 2

Communication between Python processes

I want to implement a "bus" over which python processes can communicate.The "bus" B shall run as a python process. Other Python processes C1, C2, ...Cn shall be able to register to the bus by a name. After registration it shall be possible for C1 to send a message to C2 by passing a message to the bus together with the name for C2. The Bus shall then route the message to C2. C2 can receive the message in its own Queue object.

I feel, that the multiprocessing package is somehow suited for such task, but I have no idea how to pass the required message queue of C2 to the BUS process upon registration, because all shared objects must be communicated to BUS upon its creation (args). The only idea I have at the moment is to reserve a pool of message queues and pass that to the BUS process initially.

Is there a better solution for that requirement? Maybe there is a package i dont know...

Thanks


Viewing latest article 2
Browse Latest Browse All 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>