summaryrefslogtreecommitdiffstats
path: root/doc/queues.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this was NOT a trivial merge, and there may be some issues. This needs to be seen when we continue developing. Conflicts: runtime/msg.h runtime/obj.h runtime/queue.c runtime/srUtils.h runtime/stream.c runtime/stream.h runtime/wti.c tests/Makefile.am tools/omfile.c tools/syslogd.c
| * added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-1/+5
| | | | | | | | | | | | | | also adds speed, because you do no longer need to run the whole file system in sync mode. New testbench and new config directives: - $MainMsgQueueSyncQueueFiles - $ActionQueueSyncQueueFiles
* | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize ↵Rainer Gerhards2009-04-231-0/+27
|/ | | | configuration directives
* doc: added (hopefully) easier to grasp queue explanationRainer Gerhards2009-04-211-4/+10
|
* improved doc a bigRainer Gerhards2008-11-211-44/+35
|
* restructured rsyslog.conf documentationTom Bergfeld2008-10-311-0/+9
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* minor things, mostly improved debug infoRainer Gerhards2008-09-181-1/+2
|
* doc bugfix: queue doc had wrong parameter nameRainer Gerhards2008-09-171-2/+2
| | | | ...for setting controlling worker thread shutdown period
* added the capability to specify a processing (actually dequeue) timeframeRainer Gerhards2008-04-031-1/+11
| | | | with queues - so things can be configured to be done at off-peak hours
* fixed typo in directive name (ouch...)Rainer Gerhards2008-03-311-2/+2
|
* changed queue's discard severities default value to 8 (do not discard) toRainer Gerhards2008-03-221-5/+7
| | | | prevent unintentional message loss
* $MainMessageQueueDiscardSeverity can now also handle textual severitiesRainer Gerhards2008-02-201-69/+56
| | | | (previously only integers)
* added information on disk chunksRainer Gerhards2008-01-311-1/+22
|
* typos fixedRainer Gerhards2008-01-311-38/+48
|
* some more queue detailsRainer Gerhards2008-01-311-2/+17
|
* preparing doc set for 3.11.0 releaseRainer Gerhards2008-01-311-7/+243
|
* added some info on queues (needs to be extended)Rainer Gerhards2008-01-291-0/+79