Hi, I want to use one and only one queue (q).
Some applications/controllers should act as producers (q.put(item)) and some applications/controllers as consumers (item=q.get()), but with only one queue. How can this be done? Regards, Martin
Hi, I want to use one and only one queue (q).
Some applications/controllers should act as producers (q.put(item)) and some applications/controllers as consumers (item=q.get()), but with only one queue. How can this be done? Regards, Martin