On Fri, 20 Jul 2012, Rainer Gerhards wrote:

$ActionQueueType LinkedList   # use asynchronous processing
$ActionQueueFileName srvrfwd  # set file name, also enables disk mode
$ActionResumeRetryCount -1    # infinite retries on insert failure
$ActionQueueSaveOnShutdown on # save in-memory data if rsyslog shuts

A question on this.

do you really need to use linkedlist to get async processing? or is it just the fact that you have defined a queue type for the action?

I've seen linkedlist be significantly slower than the default memory array (especially if there are lots of messages queued), so I'm wondering if this is an option.

David Lang
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards

Reply via email to