[Quickfix-developers] Pssing a message from an acceptor to initiator
Brought to you by:
orenmnero
From: <laz...@gm...> - 2011-08-17 09:19:01
|
Hi, I am building an application with Quickfix C++, where I would need to accept a request from the clients and forward the message to another client via using Quickfix. So, basically in Quickfix terms, I need to open an "acceptor" to receive messages from, and then pass this message to an "initiator". I would assume, that internally these acceptor and initiator would be running in a thread of their own. What would be the best way to pass a message from an acceptor to an initiator? Thanks in advance. -Harwinder |