GithubHelp home page GithubHelp logo

timeout and/or re-send REQ/REP replies? about axon HOT 3 OPEN

tj avatar tj commented on May 17, 2024
timeout and/or re-send REQ/REP replies?

from axon.

Comments (3)

AlexeyKupershtokh avatar AlexeyKupershtokh commented on May 17, 2024

It would be nice if nodejs provide access to low level tcp, so axon could mark messages as delivered according to tcp ACK packets. But I'm afraid it doesn't.
So yet another option for this is to write your own TCP over TCP/IP 😄

"Transmission Control Protocol (TCP) provides reliable, ordered delivery of a stream of octets from a program on one computer to another program on another computer."

from axon.

matthiasg avatar matthiasg commented on May 17, 2024

i think ACK'ing only makes sense on the application level ... zmq also does it this way for good reason. If you care about processed delivery then the applicaton has to supply acking anyway (e.g. like twitter storm or any of the patterns that zmq proposes) . Adding ACK;ing here would only lure people into a false sense of security and messages could and will still get lost.

from axon.

matthiasg avatar matthiasg commented on May 17, 2024

btw: a timeout on a response might make sense

from axon.

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.