Re: [Quickfix-developers] Fault Tolerance; Sybase/Oracle
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2004-03-12 21:21:03
|
QuickFIX doesn't have any mechanisms to act as a fault tolerant server. Being a core implementation of a FIX engine, it trys to excel in this aspect as opposed to trying to reimplement such things that others are better equipped to produce. Generally you can use third party software that is especially designed for these scenarios and integrate them with QuickFIX. I do not know if there is open source software that does this, but would be interested to find out. Creating you're own fault tolerant system is also an option. Since such a thing would only need to meet you're specific needs, it would only need to implement a subset of what many systems provide. As per Oracle/Sybase. I know that several users have done implementations of this, but so far none of them have been contributed back to the project. You can either see if someone is willing to donate this, or you will have to implement one yourself. It's pretty easy to do and can be done reusing much of the mysql code. --oren --- "Verma, Sanjay" <SV...@Cr...> wrote: > We need to run multiple instances of QuickFix so > that if one fails, > customers can fail-over to the other one. This seems > like a common > requirement. I would like to hear from others in the > community about how > have they tackled this problem. It seems that the > two instances will have to > share the message store. Is there any functionality > available that > facilitates this. > > Also, are there any plans to support databases other > than MySQL for message > store. We run Sybase/Oracle here and I was wondering > if anyone has > implemented a message store in one of these > databases. > > Thanks. > > Sanjay Verma > DISCLAIMER > e-mail, and any attachments thereto, is intended > only for use by the > addressee(s) named herein and may contain legally > privileged and/or > confidential information. If you are not the > intended recipient of this > e-mail, you are hereby notified that any > dissemination, distribution or > copying of this e-mail, and any attachments thereto, > is strictly prohibited. > If you have received this e-mail in error, please > immediately notify me and > permanently delete the original and any copy of any > e-mail and any printout > thereof. > > E-mail transmission cannot be guaranteed to be > secure or error-free. The > sender therefore does not accept liability for any > errors or omissions in > the contents of this message which arise as a result > of e-mail transmission. > REGARDING PRIVACY AND CONFIDENTIALITY > Crown Financial Group may, at its discretion, > monitor and review the content > of all e-mail communications. > > __________________________________ Do you Yahoo!? Yahoo! Search - Find what youre looking for faster http://search.yahoo.com |