Thread: [Quickfix-users] Two initiators, no acceptors
Brought to you by:
orenmnero
From: Richard H. <rh...@pe...> - 2010-04-14 16:07:54
|
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 for terms and conditions related to this email |
From: Kenny S. <ks...@co...> - 2010-04-14 16:16:31
|
One needs to be an acceptor. -- Kenny Stone Connamara Systems, LLC On Wed, Apr 14, 2010 at 10:51 AM, Richard Hedin <rh...@pe...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: 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 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 > > |
From: Grant B. <gbi...@co...> - 2010-04-14 16:19:27
|
Nope. The acceptor waits for connections; the initiator tries to connect to acceptors. (Once the connection is established, the two behave more or less the same.) Also note that certain config settings only apply to either initiator or acceptor; for such settings, the other type will ignore it. -Grant On Wed, Apr 14, 2010 at 10:51 AM, Richard Hedin <rh...@pe...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: 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 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 > > |
From: Oren M. <or...@qu...> - 2010-04-14 16:46:38
|
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 > QuickFIX Support: 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 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 |
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 > > |