Giter Site home page Giter Site logo

Comments (5)

hawkw avatar hawkw commented on June 28, 2024 2

It's always Nagle! :)

from tokio.

hawkw avatar hawkw commented on June 28, 2024 1

Could this be Nagle's algorithm, perhaps?

from tokio.

dtzxporter avatar dtzxporter commented on June 28, 2024 1

Could this be Nagle's algorithm, perhaps?

Welp, that was it... setting nodelay made the issue go away!

from tokio.

Darksonn avatar Darksonn commented on June 28, 2024

I don't have the time to look into this right now, but a few notes:

  • The condition variable is how Tokio puts the thread to sleep when it has nothing to do.
  • Are you doing IO from a thread that is not a Tokio worker threads?
  • Are you observing a lot of movement between worker threads?

from tokio.

dtzxporter avatar dtzxporter commented on June 28, 2024

The flow is:

  • A framed TcpStream split into read/write pairs, owned by two tokio tasks (send/recv).
  • All tasks have flume channels to send/recv data from, with the socket owning task being the only thing with access to the socket.
  • There are 8 spawned tasks sending messages to the channel for the sender (outbound sends).
  • The recv task is forwarding the incoming messages to one of 8 channels for the spawned tasks.

FWIW: I don't think it's an issue with the 8 spawned tasks hammering the flume channel, because cutting out the socket yields 26million msg/s between the 'tasks' themselves, ignoring the outbound sends.

Let me know if there is any other information that would help with diagnosing this issue! I'm available to debug / do whatever, I just don't know enough about the internals at the moment to get a baseline of where to start.

Simple diagram:

Untitled drawio

from tokio.

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.