|
From: Øyvind M. W. <oyv...@om...> - 2018-04-26 20:02:56
|
<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Could you elaborate on what you need to process concurrently?<br>
</p>
<p>If you have more than one FIX session, you can set up QF/J to
receive messages in each session with concurrent threads.</p>
<p>For sending messages on the same FIX session, you can have
several threads that dispatches messages, they will be sent in
sequential order (note that Session.send uses a lock with an
unfair ordering policy).<br>
</p>
<p>In fromApp callback, you can dispatch messages to your own
concurrent threads. But be careful with this, as a FIX message may
relate to an earlier FIX message.</p>
<p>Does this answer your question?<br>
</p>
<p><br>
</p>
<div class="moz-signature">
<title></title>
<font face="Verdana"><small>Best regards<br>
<br>
<b><font color="#003366">Øyvind Matheson Wergeland</font></b><br>
CTO</small><br>
<small>
<br>
Mobile: (+47) 95 16 16 88<br>
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:oyv...@om...">oyv...@om...</a><br>
<br>
<b><font color="#003366">Oslo Market Solutions</font></b><br>
PO Box 4, 0051 Oslo, Norway<br>
Telephone: (+47) 40 00 23 13<br>
<a class="moz-txt-link-abbreviated" href="http://www.oms.no">www.oms.no</a></small><br>
</font>
</div>
<div class="moz-cite-prefix">On 26/04/2018 20:42, Viswadeep wrote:<br>
</div>
<blockquote
cite="mid:CAA...@ma..."
type="cite">
<pre wrap="">QuickFIX/J Documentation: <a class="moz-txt-link-freetext" href="http://www.quickfixj.org/documentation/">http://www.quickfixj.org/documentation/</a>
QuickFIX/J Support: <a class="moz-txt-link-freetext" href="http://www.quickfixj.org/support/">http://www.quickfixj.org/support/</a>
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<div dir="ltr">Hi,
<div><br>
</div>
<div>I am new to quickfixj and trying to understand this API.
Does it support concurrency?</div>
<div><br>
</div>
<div>Thanks for any suggestions.</div>
<div><br>
</div>
<div>Thanks</div>
<div>Viswadeep</div>
<div><br clear="all">
<div>
<div class="gmail_signature"><br>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! <a class="moz-txt-link-freetext" href="http://sdm.link/slashdot">http://sdm.link/slashdot</a></pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Quickfixj-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qui...@li...">Qui...@li...</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/quickfixj-users">https://lists.sourceforge.net/lists/listinfo/quickfixj-users</a>
</pre>
</blockquote>
<br>
</body>
</html>
|