summaryrefslogtreecommitdiffstats
path: root/queue.c
Commit message (Collapse)AuthorAgeFilesLines
...
* changed queue object Construction/Startup interfaceRainer Gerhards2008-01-041-9/+22
|
* moved message destruction back to consumer - the consume should decide whatRainer Gerhards2008-01-041-5/+0
| | | | | to do with the object. It may pass it on to someone else. So this would have creatd some headache in the future (maybe...).
* utilized the new auto-destruction capability so that the queue can nowRainer Gerhards2008-01-041-2/+11
| | | | destruct user objects if needed
* removed serialization pointer from queue; used new base class insteadRainer Gerhards2008-01-041-8/+4
|
* - begun some work on Msg Object serializiationRainer Gerhards2008-01-041-1/+9
| | | | - created a kind of general base class
* begun working on disk queueing (not completed, do not use this mode!)Rainer Gerhards2008-01-031-8/+101
|
* added $MainMsgQueueType config parameterRainer Gerhards2008-01-031-1/+2
|
* simplified code and got rid of empty/full state variablesRainer Gerhards2008-01-031-21/+5
|
* added capability to use a linked list for queuing to the queue classRainer Gerhards2008-01-031-4/+135
|
* queue is now a full object and handles threading by itselfRainer Gerhards2008-01-031-26/+98
|
* implemented queue type "drivers"Rainer Gerhards2008-01-031-27/+90
|
* restructured queue interface to use rsRetVal and instances, removedRainer Gerhards2008-01-031-51/+79
| | | | dependency on globals - now more like a real class
* moved queue code to its own module (finally)Rainer Gerhards2008-01-031-0/+128