Re: [Quickfix-users] Two initiators, no acceptors
Brought to you by:
orenmnero
From: Kenny S. <ks...@co...> - 2010-04-14 17:14:04
|
You will also need to change the config file to have a SocketAcceptPort for the acceptor. -- Kenny Stone Connamara Systems, LLC On Wed, Apr 14, 2010 at 11:19 AM, Oren Miller <or...@qu...>wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > No, you must have one initiator and one acceptors. This shouldn't be a > problem however as it is just a one line change to make an initiator an > acceptor. Just use the Acceptor class in place of the Initiator class. > > --Oren > > On Apr 14, 2010, at 22:51, Richard Hedin <rh...@pe...> wrote: > > QuickFIX Documentation: > <http://www.quickfixengine.org/quickfix/doc/html/index.html> > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: <http://www.quickfixengine.org/services.html> > http://www.quickfixengine.org/services.html > > Hi. > > > > I’ve made two application that I intend to talk to each other, but I’ve > accidentally coded them both as initiators. > > > > Perhaps this isn’t a problem. The connection is one-to-one, not one to > many. > > > > Can two initiators talk to each other? Is there any need for an acceptor? > > > > > > Regards, > > > > Rick > > > ------------------------------ > See <http://www.peak6.com/email_disclaimer.php> > http://www.peak6.com/email_disclaimer.php for terms and conditions related > to this email > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |