summaryrefslogtreecommitdiffstats
path: root/wtp.c
Commit message (Collapse)AuthorAgeFilesLines
* some more fixing and cleanup on the queue shutdown sequenceRainer Gerhards2008-01-271-1/+24
|
* fixed a bug when shutting down DA queueRainer Gerhards2008-01-271-4/+2
|
* reduced number of unnecessary wakeups of DA worker thread when high waterRainer Gerhards2008-01-271-2/+0
| | | | mark is not yet reached
* fixed the situation where message processing could be stalled for someRainer Gerhards2008-01-271-1/+3
| | | | period after DA mode turn off
* disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-251-27/+24
|
* restructured queue shutdown so that the queue timeout is properly appliedRainer Gerhards2008-01-251-18/+14
| | | | before terminatiing the queue
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-143/+169
| | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS...
* initial creation of wti class (still under development)Rainer Gerhards2008-01-211-0/+608