On Thu, 2010-09-02 at 18:01 -0600, syslogng@feystorm.net wrote:... Ultimately my request is this, allow multiple destination drivers to work at the same time. I realize this is probably not a simple change, but seems like it would be a significant speed enhancement.All SQL destinations were running in the same thread, that's right. But this was changed in 3.2, where each SQL destination gets a dedicated thread. At least this is what you are after, right?