Re: [Quickfix-developers] MemoryStoreFactory?
Brought to you by:
orenmnero
From: Andrei G. <an...@gm...> - 2010-01-08 02:08:48
|
On Thu, Jan 7, 2010 at 10:14 PM, Hei Chan <str...@ya...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi, > > According to the comment ("This will lose all data on process terminition. This class should only be used for test applications, never in production.") in MemoryStoreFactory.h, I should not use it in any production environment. > I am curious whether it is okay to use such class if my app has ResetOnDisconnect=Y and ResetOnLogout=Y sincerestarting my app does not require previous sequence number either. > Thanks in advance. If your application is not affected by message loss on process failures, I believe you are ok. |