Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -4/+5 |
| | | | | | | 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... | ||||
* | - some cleanup | Rainer Gerhards | 2008-01-10 | 1 | -8/+0 |
| | | | | | - implemented management function for worker thread 0 in order to change queue workers dynamically -- stage work | ||||
* | - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1a | Rainer Gerhards | 2008-01-10 | 1 | -20/+5 |
| | | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool | ||||
* | moved queue code to its own module (finally) | Rainer Gerhards | 2008-01-03 | 1 | -88/+0 |
| | |||||
* | some cleanup | Rainer Gerhards | 2007-12-27 | 1 | -1/+0 |
| | |||||
* | moved udp net code - again, stage work | Rainer Gerhards | 2007-12-25 | 1 | -0/+2 |
| | |||||
* | removed code no longer needed | Rainer Gerhards | 2007-12-21 | 1 | -1/+1 |
| | |||||
* | fixed race condition | Rainer Gerhards | 2007-12-20 | 1 | -0/+1 |
| | |||||
* | - working on a potential race condition on the new input module interface. | Rainer Gerhards | 2007-12-20 | 1 | -6/+27 |
| | | | | | | | | | | See newsgroup posting for details on the issue: http://groups.google.com/group/comp.programming.threads/msg/330b9675f17 a1ad6 I tried some mutex operations but came to the conclusion that this does not really help. So I have now switched to plain thread cancellation, which so far seems to be OK. Need more practical experience with other input modules to make a final decision. Thus I leave all code in and have just disabled the problematic code. | ||||
* | - implemented afterRun input module interface function | Rainer Gerhards | 2007-12-17 | 1 | -3/+6 |
| | | | | - implemented $klogSymbolsTwice config directive | ||||
* | moved thread termination code out to threads.c | Rainer Gerhards | 2007-12-17 | 1 | -4/+42 |
| | |||||
* | created thread-class internal wrapper for calling user supplied thread main | Rainer Gerhards | 2007-12-17 | 1 | -4/+23 |
| | | | | function | ||||
* | graceful termination now supported | Rainer Gerhards | 2007-12-14 | 1 | -1/+19 |
| | |||||
* | first rough version of input module thread termination | Rainer Gerhards | 2007-12-14 | 1 | -0/+14 |
| | |||||
* | added thread activation | Rainer Gerhards | 2007-12-14 | 1 | -0/+20 |
| | |||||
* | on the way to a real input module interface and threading class... | Rainer Gerhards | 2007-12-14 | 1 | -1/+95 |
| | |||||
* | moved core threading helpers out of syslogd.c | Rainer Gerhards | 2007-12-14 | 1 | -0/+123 |