Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] limit starvation on async sockets #941

Closed
wants to merge 2 commits into from

Commits on Nov 15, 2016

  1. limit starvation on async sockets

    limits starvation to 10ms by default
    
    set async.Socket.starvation_limit = number_of_seconds
    to put an upper bound on starvation caused by greedy send/recv
    
    Disable starvation checking with asyncio.Socket.starvation_limit = 0
    minrk committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    308cbdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca2d0e View commit details
    Browse the repository at this point in the history