Re: [Quickfix-users] Two initiators, no acceptors
Brought to you by:
orenmnero
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 > > |