GithubHelp home page GithubHelp logo

Comments (2)

mzheravin avatar mzheravin commented on May 22, 2024 1

Hi @rhzx3519
Yes disk journaling module IO is slowing down whole core, total latency will be about 50us-200us (depending on hardware and traffic).
By default, initializer does not attaching jounraling event handler and does not put extra sequence barrier for it. Theese are only added if jounraling is turned on.
The idea is that, accouring to some regulations, exchange should not return to the client anything that was not written into journal (meaning of that can vary). If there is no such requirement, then journal writing can be initiated at any point and we dont care much when it is finished.

from exchange-core.

rhzx3519 avatar rhzx3519 commented on May 22, 2024

@mzheravin Thanks for your answer!

from exchange-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.