From: Ankit M. <ank...@gm...> - 2024-05-08 16:12:43
|
Sorry, yes the store manages the sequence numbers so it should be logged synchronously to maintain the order. But the FileLogPath , that logs the messages and events, do those have to be mandatorily synchronously logged as well? If not, is there a way to write those asynchronously? Regards, Ankit On Wed, May 8, 2024 at 8:12 PM Grant Birchmeier <gbi...@co...> wrote: > QFJ Documentation: http://www.quickfixj.org/documentation/ > QFJ Support: http://www.quickfixj.org/support/ > > > The *store* should not be asynchronous -- it literally reflects the state > of your connection! > > Unless I'm missing something...? > > On Wed, May 8, 2024 at 6:16 AM Ankit Mehta <ank...@gm...> > wrote: > >> QFJ Documentation: http://www.quickfixj.org/documentation/ >> QFJ Support: http://www.quickfixj.org/support/ >> >> >> hello team, >> >> We have recently moved over to Asynchronous logging using log4j2 for our >> application to improve the performance during high volume days. >> >> While our application is logging asynchronously, we were wondering if >> there is a way we can get the quickfixj FileStorePath and FileStorePath >> logging to be switched over to Asynchronous as well? >> >> Regards, >> Ankit >> _______________________________________________ >> Quickfixj-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfixj-users >> > > > -- > <https://www.connamara.com> > > Grant Birchmeier > > Sr. Software Engineer, Connamara > > gbi...@co... > > This email, along with any attachments, is confidential. If you believe > you received this message in error, please contact the sender immediately > and delete all copies of the message. Thank you from Connamara Systems, LLC. > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |