Re: [Quickfix-users] Failover.
Brought to you by:
orenmnero
From: David S. <ds...@an...> - 2003-05-09 15:46:35
|
Jim, Take a look at MySQLStore and MySQLLog. If you maintain state in a MySQL db on a third machine, machines 1 and 2 (your main and backup FIX servers) can share that state. Dave On Fri, 9 May 2003, Jim Morgan wrote: [...] > > I'm planning to run QuickFIX on Linux, on two servers. If the primary > server goes down, the secondary server should cut in, and instantly be able > to pick up where the primary left off, using the same message sequence > numbers and message store location. The only information I've found so far [...] > > Jim |