Re: [Quickfix-users] Storing Messages in Multiple Databases
Brought to you by:
orenmnero
From: Mike P. <mic...@ya...> - 2008-01-18 13:06:39
|
You might try implementing the MessageStore interface and write/read to multiple MySqlStore instances. You'd probably have to use one as the primary so the seq #'s don't get out of sync. --- Mikhail Veygman <mve...@gm...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: > http://www.quickfixengine.org/services.html > > I'm trying to log outgoing messages from a single > session to the multiple > databases. > > Replicating a database has its drawbacks. > > Regards, > > Mikhail > ----- Original Message ----- > From: "Mike Perik" <mic...@ya...> > To: "Mikhail Veygman" <mve...@gm...> > Cc: <qui...@li...> > Sent: Thursday, January 17, 2008 11:12 AM > Subject: Re: [Quickfix-users] Storing Messages in > Multiple Databases > > > > If you just want replication you could setup MySql > to > > replicate to another database. > > > > What are you trying to do? > > > > Mike > > > > > > --- Oren Miller <or...@qu...> wrote: > > > > > QuickFIX Documentation: > > > > > > http://www.quickfixengine.org/quickfix/doc/html/index.html > > > QuickFIX Support: > > > http://www.quickfixengine.org/services.html > > > > > > > Each session can be assigned a different > database > > if > > > that is what you > > > mean. > > > > > > --oren > > > > > > On Jan 17, 2008, at 4:01 AM, Mikhail Veygman > wrote: > > > > > > > QuickFIX Documentation: > > > http://www.quickfixengine.org/quickfix/doc/ > > > > html/index.html > > > > QuickFIX Support: > > > http://www.quickfixengine.org/services.html > > > > > > > > A newbie question: > > > > > > > > Is there a way to store/log messages and > events in > > > multiple MySQL > > > > databases? > > > > > > > > Regards, > > > > > > > > Mikhail > > > > > > > > > > ---------------------------------------------------------------------- > > > > > > > --- > > > > 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 > > > > > > > > > > ------------------------------------------------------------------------- > > > 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 > > > > > > > > > > > > ____________________________________________________________________________ > ________ > > Never miss a thing. Make Yahoo your home page. > > http://www.yahoo.com/r/hs > > > ------------------------------------------------------------------------- > 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 > ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping |