tinymq icon indicating copy to clipboard operation
tinymq copied to clipboard

Separating the data structure and the processes

Open lud opened this issue 11 years ago • 0 comments

Hi,

I need what tinymq provides but i want the process to handle other things, not just messaging. So what i've done so far is create a tinymq_queue module that handles the priority queue, the purge-only-each-second-at-max, etc ...

I dont know if you plan to do this someday, but if you do, please look at what I've done and let me know what you think. We can change function names, etc.

Another problem I have is that I think the messages that tinymq_channel_controller sends should be tagged as in {tinymq,ChannelName,Timestamp,Messages}.

Thank you for reading.

lud avatar Aug 27 '14 15:08 lud