[Bro-Dev] #498: Efficiency problem with remote log flushing

Bro Tracker bro at tracker.bro-ids.org
Tue Jul 19 17:26:44 PDT 2011


#498: Efficiency problem with remote log flushing
------------------------+---------------------
 Reporter:  robin       |       Type:  Problem
   Status:  new         |   Priority:  Normal
Milestone:  Bro1.6      |  Component:  Bro
  Version:  git/master  |   Keywords:  preview
------------------------+---------------------
 There's FlushLogBuffer() call at the end of
 RemoteSerializer::SendLogWrite() that's called for every log write,
 which is inefficient and shouldn't be necessary. However, if I remove
 it, the remote-logging unit test fails, presumably because now the
 final flush message that happens just before the connection is torn
 down doesn't get through anymore. Need to fix that.

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/498>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list