summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-23 13:39:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-23 13:39:11 +0200
commit42c3dcfc1ca71814e62763338a24eae8c8463069 (patch)
tree7df7cabd3cc4f13e1f8aac5debb4379adccdde4c /ChangeLog
parent925a5e34718cc842cb7e7ea6a5c8e8e8fbeb25dd (diff)
downloadrsyslog-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ad99be1..98f59e9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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