Re: [Quickfix-developers] SENDINGTIME ACCURACY PROBLEM
Brought to you by:
orenmnero
From: Rodrick B. <rod...@gm...> - 2008-06-10 12:31:19
|
You will need to optimize you're code your queues are growing too large find out what's causing the bottle neck, I experienced a similar bug on my system many months back and was able to overcome this issue. On Tue, Jun 10, 2008 at 8:14 AM, Facchetti - Kline <s.f...@kl...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > I'm running only the initiator. > My FIX client machine is syncronize with time server as well FIX server > machine. > The third party FIX server can't disable sending time control. > > I attach my quickfix log. > As you can see, I send only 19th SecurityDefinitionRequest, and while > replies are preocessed, I receive from the server "SENDINGTIME ACCURACY > PROBLEM". > > Thanks, > Stefano > > Eranga Samararathne ha scritto: > > If you are running your initiator and acceptor in two separate machine, > then make sure to synchronize time. > There are few other option available to resolve this issue. > > E.g: You can set "CheckLatency=N" property in your QuickFix configuration > file. > > For more infor read the QuickFix documentation > http://www.quickfixengine.org/quickfix/doc/html/configuration.html > > Specially read about CheckLatency and MaxLatency sections. > > Regards, > > Eranga. > > > -----Original Message----- > > > If I send many messages with the initiator (I call sendToTarget method in a > loop), after some time, the server sends me this error message: "SENDINGTIME > ACCURACY PROBLEM". > I suppose that quickfix set the message's timestamp before putting it in a > queue.. If the queue is big (like in my case), there is a delay in the > message delivery. > > How can I do..? > > Thanks, > Stefano > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- [ Rodrick R. Brown ] http://www.rodrickbrown.com http://www.linkedin.com/in/rodrickbrown |