Giter Club home page Giter Club logo

Comments (4)

michaelklishin avatar michaelklishin commented on August 28, 2024

To elaborate: Timer class on 1.8 is unreliable because of 1.8's threading/scheduling model. That's how SystemTimer gem came to be. 1.9 threading model is reliable and thus SystemTimer makes no sense on 1.9. However, for just sockets, we can set timeouts as demonstrated in the commit above. TCP has nearly 2 billion of options one can configure, we just need to learn & choose carefully.

from bunny.

skaes avatar skaes commented on August 28, 2024

We have tested this technique with bunny already. In our tests, receive timeouts worked, but send timeouts didn't. Bunny just blocks when the TCP buffer is full, even with SO_SNDTIMEO set. The tests were done with 1.8.7.

from bunny.

michaelklishin avatar michaelklishin commented on August 28, 2024

Good to know @skaes! I see that you are already integrating SystemTimer. Should we close this issue then?

from bunny.

skaes avatar skaes commented on August 28, 2024

Yes, let's cose it.

On Sun, Jul 3, 2011 at 6:03 PM, michaelklishin <
[email protected]>wrote:

Good to know @skaes! I see that you are already integrating SystemTimer.
Should we close this issue then?

Reply to this email directly or view it on GitHub:
#4 (comment)

from bunny.

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.