summaryrefslogtreecommitdiffstats
path: root/queue.h
Commit message (Collapse)AuthorAgeFilesLines
* support for reading back persistet queue information completedRainer Gerhards2008-01-131-0/+2
|
* support for object property bags addedRainer Gerhards2008-01-111-0/+2
|
* file stream objects are now persistet on immediate queue shutdown (queueRainer Gerhards2008-01-111-1/+2
| | | | itself is not yet fully persisted)
* added $MainMsgQueueImmediateShutdown config directiveRainer Gerhards2008-01-111-0/+1
|
* - begun to permit queue to terminate without being drainedRainer Gerhards2008-01-111-2/+1
| | | | | | - fixed a starvation condition in queueWorker (pthread_yield() was needed) could not be seen with any previously released code, came up during new development
* - some cleanupRainer Gerhards2008-01-101-1/+14
| | | | | - implemented management function for worker thread 0 in order to change queue workers dynamically -- stage work
* changed queue class to use stream classRainer Gerhards2008-01-091-2/+3
|
* implemented $MainMsgQueueFilePrefix configuration directiveRainer Gerhards2008-01-091-0/+1
|
* implemented queue object method to set the file name prefixRainer Gerhards2008-01-091-6/+12
|
* - implemented new GetSize() handler for config filesRainer Gerhards2008-01-091-2/+3
| | | | - implemented $MainMsgQueueMaxFileSize configuration directive
* - first implementation of "disk" queue mode finished. It still needs someRainer Gerhards2008-01-081-0/+1
| | | | | | | work and the deserializer needs also to be expanded, but the queue at least performs well now. - fixed a race condition that could occur when input modules were terminated
* implemented queue disk reader to switch to multiple filesRainer Gerhards2008-01-081-0/+1
|
* - MsgSetProperty() implementedRainer Gerhards2008-01-071-1/+1
| | | | | - defined a property class - implemented deserializer (needs some more work)
* implemented buffered read calls for the queue fileRainer Gerhards2008-01-071-0/+4
|
* implemented disk queue as far as I could without an object de-serializerRainer Gerhards2008-01-071-4/+16
|
* - added multiple worker thread capability to queue classRainer Gerhards2008-01-051-2/+4
| | | | - implemented $MainMsgQueueWorkerThreads config directive
* added the "direct" queueing mode to queue class (no queing at all)Rainer Gerhards2008-01-051-1/+2
|
* changed queue object Construction/Startup interfaceRainer Gerhards2008-01-041-0/+1
|
* removed serialization pointer from queue; used new base class insteadRainer Gerhards2008-01-041-10/+2
|
* - begun some work on Msg Object serializiationRainer Gerhards2008-01-041-3/+10
| | | | - created a kind of general base class
* begun working on disk queueing (not completed, do not use this mode!)Rainer Gerhards2008-01-031-1/+14
|
* added $MainMsgQueueType config parameterRainer Gerhards2008-01-031-2/+2
|
* simplified code and got rid of empty/full state variablesRainer Gerhards2008-01-031-1/+0
|
* added capability to use a linked list for queuing to the queue classRainer Gerhards2008-01-031-0/+11
|
* queue is now a full object and handles threading by itselfRainer Gerhards2008-01-031-3/+6
|
* implemented queue type "drivers"Rainer Gerhards2008-01-031-3/+9
|
* restructured queue interface to use rsRetVal and instances, removedRainer Gerhards2008-01-031-22/+8
| | | | dependency on globals - now more like a real class
* moved queue code to its own module (finally)Rainer Gerhards2008-01-031-0/+71