Re: [Quickfix-developers] Connection between servers
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2014-04-13 15:34:22
|
Every QuickFIX connection is between an Initiator object and an Acceptor object. These are analogous to a client and server, in that an Acceptor waits for an Initiator to connect. Clients usually use Initiators and servers usually use Acceptors. A client application can connect to two servers by creating two Initiators. Each Initiator will have its own session configuration (the config file can contain multiple session configs). Two server applications can connect to each other via FIX, but one's going to have to use an Initiator and the other will use an Acceptor. Using FIX is right approach here; if the servers are controlled by the same firm then maybe they should use something else on an internal network. On Sat, Apr 12, 2014 at 1:38 PM, 刘琛 <cli...@gm...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi guys, > > I am now working on a project using QuickFix. There are multi-clients > which need to connect two servers at the same time. How can these two > servers communicate with each other? How can clients connect to two servers > at the same time? Using threads? > > Best wishes, > > Chen > > > > > ------------------------------------------------------------------------------ > Put Bad Developers to Shame > Dominate Development with Jenkins Continuous Integration > Continuously Automate Build, Test & Deployment > Start a new project now. Try Jenkins in the cloud. > http://p.sf.net/sfu/13600_Cloudbees > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less. http://connamara.com |