summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | simplified startup of queue DA modeRainer Gerhards2009-07-201-64/+9
* | | solved potential race condition and some cleanupRainer Gerhards2009-07-201-6/+11
* | | bugfix: minor static memory leak while reading configurationRainer Gerhards2009-07-201-1/+0
* | | architecture change: queue now always has at least one worker threadRainer Gerhards2009-07-201-17/+0
* | | more cleanup/simplification (forgot to remove one mutex lock)Rainer Gerhards2009-07-201-11/+9
* | | some more threading changesRainer Gerhards2009-07-201-25/+21
* | | further code simplificationRainer Gerhards2009-07-171-2/+1
* | | more code simplification, should also bring some performance enhancementRainer Gerhards2009-07-171-20/+18
* | | finishing touches for 5.1.2v5.1.2Rainer Gerhards2009-07-081-1/+1
* | | Merge branch 'v4-devel'Rainer Gerhards2009-07-081-99/+34
|\| |
* | | Merge branch 'v4-beta'Rainer Gerhards2009-07-071-2/+2
|\| |
| * | performance enhancement: much faster, up to twice as fastRainer Gerhards2009-07-061-2/+2
| * | bugfix: subtle potential issue during queue shutdownRainer Gerhards2009-06-251-1/+1
* | | bugfix: subtle synchronization issueRainer Gerhards2009-06-251-9/+4
* | | added a few atomic operationsRainer Gerhards2009-06-251-9/+8
* | | adapted (and improved) input batching to v5 engineRainer Gerhards2009-06-221-1/+2
* | | bugfix: huge memory leak in queue engineRainer Gerhards2009-06-221-0/+1
* | | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-3/+121
|\| |
| * | removed uniprocessor optimizationRainer Gerhards2009-06-191-15/+0
| * | some cleanupRainer Gerhards2009-06-161-6/+4
| * | implemented first version of multi-enqueue support, queue sideRainer Gerhards2009-06-161-0/+126
* | | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-62/+68
|\| |
| * | added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+5
| * | modified stream class and omfile to work with itRainer Gerhards2009-06-041-2/+1
| * | cleaned up stream class ...Rainer Gerhards2009-06-041-44/+46
| |/
* | some cleanup & fix make distcheckRainer Gerhards2009-05-281-14/+3
* | some more fixes for queue engineRainer Gerhards2009-05-281-30/+37
* | fixing an issue during DA mode queue shutdownRainer Gerhards2009-05-281-62/+46
* | preserving current changesRainer Gerhards2009-05-281-12/+23
* | interim commit: working on failure casesRainer Gerhards2009-05-271-103/+211
* | solved design issue with queue terminationRainer Gerhards2009-05-261-95/+158
* | free last processed message in all casesRainer Gerhards2009-05-201-10/+41
* | yield() no longer needed on uniproc thanks to new algorithmsRainer Gerhards2009-05-201-7/+0
* | solved the intended-discard-during-dequeue issueRainer Gerhards2009-05-191-10/+12
* | some cleanupRainer Gerhards2009-05-191-86/+0
* | queue size calculation now based on logical/physical dequeueRainer Gerhards2009-05-191-48/+66
* | removed queue's UngetObj() callRainer Gerhards2009-05-181-99/+11
* | t-delete list implemented, queue store drivers updated...Rainer Gerhards2009-05-181-47/+306
* | moved user object destruction to queue itselfRainer Gerhards2009-05-131-3/+37
* | moving to a cleaner implementation of batchesRainer Gerhards2009-05-121-19/+30
* | fixed abort condition in DA modeRainer Gerhards2009-04-231-2/+1
* | fixing a small (newly-introduced) memory leakRainer Gerhards2009-04-231-10/+5
* | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur...Rainer Gerhards2009-04-231-12/+10
* | Merge branch 'master' into multi-dequeueRainer Gerhards2009-04-231-4/+4
|\|
| * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-231-6/+8
| |\
| | * bugfix: light and full delay watermarks had invalid valuesRainer Gerhards2009-04-231-6/+8
| | * Merge branch 'beta'Rainer Gerhards2008-10-211-13/+32
| | |\
| | | * bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-13/+32
* | | | improving debugging info a bitRainer Gerhards2009-04-231-2/+4
* | | | now batches are handed down to the actual consumerRainer Gerhards2009-04-221-13/+17