Thread: [Quickfix-users] Storing Messages in Multiple Databases
Brought to you by:
orenmnero
From: Mikhail V. <mve...@gm...> - 2008-01-17 10:01:55
|
A newbie question: Is there a way to store/log messages and events in multiple MySQL = databases? Regards, Mikhail |
From: Oren M. <or...@qu...> - 2008-01-17 15:22:29
|
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 |
From: Mike P. <mic...@ya...> - 2008-01-17 16:12:33
|
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 |
From: Mikhail V. <mve...@gm...> - 2008-01-18 04:14:32
|
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 |
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 |
From: Oren M. <or...@qu...> - 2008-01-18 15:20:52
|
The only way to really do this would be to write your own message log which has a collection of database loggers. Just have it iterate through all of them when a call is made to your store. --oren On Jan 17, 2008, at 10:14 PM, Mikhail Veygman 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 > |