Re: [Quickfix-users] how can i NOT generate a big FIX.4.2-xxxxx.body file?
Brought to you by:
orenmnero
From: Djalma R. d. S. F. <drs...@gm...> - 2008-02-08 18:10:30
|
The .body file is one of the files used by the FileStore, it is useful only if you want the engine to be able to respond to resend requests. When I want to get rid of this file, I use the MemoryStoreFactory and/or put PersistMessages=N in the configuration file. Better performance, less disk space consumption, but no message retransmission. On Feb 8, 2008 3:53 PM, Dan Guo <dua...@ya...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hello! I use QuickFix for our trading. I run multiple instances, each with > a FIX session. > > I notice in a typical day, each instance generates a huge log file named > FIX.4.2.xxxx(our firm name).body. It can be about 100MB each. > > I tried to use ScreenLogFactory(false, false, true). It however did not > decrease the log file size. > > ScreenLogFactory( bool incoming, bool outgoing, bool event ). > > Does anyone have similiar issue and have a solution? > > thank you very much, > Dan > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |