Re: [Quickfix-developers] FileLog, FileStore flush
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-10-07 17:46:11
|
On 10/7/05, Alexey Zubko <ale...@gm...> wrote: > Unfortunately speeding is the highest priority for us and hardware upgrad= e > may not to help much. > > I added disabling of the flushing for the FileLog class because these > files are the biggest. > If your are interesting in these changes I'll send them. If you're concerned about speed and the size of these files, don't use any log at all (you can use the ScreenLog or derive your own LogFactory to do this). Only the MessageStore is required for operation. The incoming/outgoing logs are only for informational purposes and aren't used by QuickFIX once they are written. -- Caleb Epstein caleb dot epstein at gmail dot com |