diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-23 13:39:11 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-23 13:39:11 +0200 |
commit | 42c3dcfc1ca71814e62763338a24eae8c8463069 (patch) | |
tree | 7df7cabd3cc4f13e1f8aac5debb4379adccdde4c /ChangeLog | |
parent | 925a5e34718cc842cb7e7ea6a5c8e8e8fbeb25dd (diff) | |
download | rsyslog-42c3dcfc1ca71814e62763338a24eae8c8463069.tar.gz rsyslog-42c3dcfc1ca71814e62763338a24eae8c8463069.tar.xz rsyslog-42c3dcfc1ca71814e62763338a24eae8c8463069.zip |
performance enhancement: imtcp calls parser no longer on input thread
but rather inside on of the potentially many main msg queue worker
threads (an enhancement scheduled for all input plugins where this is
possible)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Version 4.3.1 [DEVEL] (rgerhards), 2009-04-?? * added tests for queue disk-only mode (checks disk queue logic) - bugfix: light and full delay watermarks had invalid values, badly affecting performance for delayable inputs +- performance enhancemnt: imtcp calls parser no longer on input thread + but rather inside on of the potentially many main msg queue worker + threads (an enhancement scheduled for all input plugins where this is + possible) --------------------------------------------------------------------------- Version 4.3.0 [DEVEL] (rgerhards), 2009-04-17 - new feature: new output plugin omprog, which permits to start program |