I need to put messages into a queue from within a Zclass, and then get and
process them from an external long running process.
I have created a class which imports a derivative of queue, the class
instantiates a queue as a class object. The idea is that the queue will use
a persistent object
I need to put messages into a queue from within a Zclass, and then get and
process them from an external long running process.
When you say an external long running process, do you mean that you'll want
to access them from a separate process via something like XML-RPC? or ZEO?
Or HTTP? What