GithubHelp home page GithubHelp logo

Comments (7)

nmathewson avatar nmathewson commented on May 12, 2024

I'm fine with a debug-mode feature that checks for blocking sockets when they're added.

(There should be a way to turn it off, though: while I think it's silly to wait on blocking sockets, I have seen code that does this.)

from libevent.

ghazel avatar ghazel commented on May 12, 2024

Bleh, it seems Windows doesn't have a mechanism for checking that a socket is nonblocking.

How do you imagine the switch for turning it off would work? Compilation flag? Runtime option?

from libevent.

nmathewson avatar nmathewson commented on May 12, 2024

Most debugging stuff is controlled by the event_debug_mode runtime logic in event.c , and disableable completely with the --disable-debug-mode configure flag that controls the EVENT__DISABLE_DEBUG_MODE macro.

from libevent.

errzey avatar errzey commented on May 12, 2024

We have to look out for LEV_OPT_LEAVE_SOCKETS_BLOCKING sockets now.

from libevent.

azat avatar azat commented on May 12, 2024

I think that the purpose of the LEV_OPT_LEAVE_SOCKETS_BLOCKING is that you pass fd somewhere else, IOW you should not add this fd to the event base.

So I assume that we can apply nmathewson/Libevent#90

Objections? @nmathewson @NathanFrench

from libevent.

NathanFrench avatar NathanFrench commented on May 12, 2024

Nope. Looks good here.

from libevent.

azat avatar azat commented on May 12, 2024

Closing this one in favor to nmathewson/Libevent#90

from libevent.

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.