summaryrefslogtreecommitdiffstats
path: root/wtp.h
Commit message (Collapse)AuthorAgeFilesLines
* changed command line processing. -v, -M, -c options are now parsed andRainer Gerhards2008-04-041-0/+1
| | | | | | | | processed before all other options. Inter-option dependencies have been relieved. Among others, permits to specify intial module load path via -M only (not the environment) which makes it much easier to work with non-standard module library locations. Thanks to varmojfekoj for suggesting this change. Matches bugzilla bug 55.
* begun working on time-window based dequeueing (and rate limiting inRainer Gerhards2008-04-021-0/+1
| | | | general)
* some more fixing and cleanup on the queue shutdown sequenceRainer Gerhards2008-01-271-0/+1
|
* disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-251-0/+1
|
* restructured queue shutdown so that the queue timeout is properly appliedRainer Gerhards2008-01-251-1/+1
| | | | before terminatiing the queue
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-7/+24
| | | | | | 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/+97