Coder Social home page Coder Social logo

Comments (2)

fabiodrg avatar fabiodrg commented on August 30, 2024

Each peer has three multicast channels. Maybe three threads could be launched per peer. Each thread should be responsible for listening to one of the channels and dispatch the datagram packets received to new workers. Each worker (a new thread) should process the message and perform the desired action.

However, from my understanding, we should limit the number of threads being launched due to huge increments in latency. This probably is something we want to test and study later on to find a good value. Considering this limitation, then we need to have some sort of FIFO to store the incoming datagrams.

Does it make sense @Dannyps ?

from feup-sdis.

Dannyps avatar Dannyps commented on August 30, 2024

we should limit the number of threads being launched due to huge increments in latency

Where does this come from? I can't see the issue

from feup-sdis.

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.