summaryrefslogtreecommitdiffstats
path: root/runtime/apc.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor: removing dead apc codeRainer Gerhards2012-01-191-402/+0
| | | | | | another concept that did not prove valuable enough to be kept active. For the last couple of releases, the dead code was kept inside the project as we thought we could probably reuse it. Doesn't look so...
* some light performance enhancementRainer Gerhards2009-11-121-3/+5
| | | | | ...by replacing time() call with much faster (at least under linux) gettimeofday() calls.
* more code simplification, should also bring some performance enhancementRainer Gerhards2009-07-171-11/+6
| | | | reducing the number of thread cancellation state changes
* Merge branch 'omfile' into v5-develRainer Gerhards2009-06-231-2/+5
|\ | | | | | | | | Conflicts: runtime/rsyslog.h
| * prevented unneccessary apc callsRainer Gerhards2009-06-231-2/+5
| |
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-0/+2
|/ | | | | | | | | | | | | | | This was a complex manual merge, especially in action.c. So if there occur some problems, this would be a good point to start troubleshooting. I run a couple of tests before commiting and they all went well. Conflicts: action.c action.h runtime/queue.c runtime/queue.h runtime/wti.c runtime/wti.h
* omfile buffers are now synchronized after inactivityRainer Gerhards2009-06-151-0/+400
This is the first shot at this functionality. Currently, we run off a fixed counter in the rsyslogd mainloop, which needs to be restructured. But this code works, so it is a good time for a commit.