Re: [Quickfix-developers] Semi OT : QF internal data hotbackup
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2007-01-04 17:05:00
|
On 1/4/07, Oren Miller <or...@qu...> wrote: > QuickFIX does a write and flush with every message as it is stored. > I'm not very well versed on how a hard drive or OS handles this > scenario. I assume that it is unlikely but possible that the file > can be caught in mid flush giving you a corrupted file. Modifying > the FileStore to make regular backups might be a better solution > since you're backup solution can coordinate with the rest of the store. Rather than complicating the FileStore, wouldn't a better solution be to use one of the more "transactional" message stores, like the MySQLStore, or the OdbcStore backed by <pick your database>? Looking at 1.12.4, it seems like the BerkeleyDB-backed MessageStore I contributed has disappeared. How come? Wasn't this included with at least one release of QuickFIX? http://permalink.gmane.org/gmane.comp.finance.quickfix.devel/294 -- Caleb Epstein |