Coder Social home page Coder Social logo

Comments (4)

gertig avatar gertig commented on July 29, 2024

I believe other gems that have tried to fulfill this requirement have gone the route of daemonizing the connection, sounds like a lot of work for low return. Maybe if you are sending hundreds or thousands of APNs then houston is a good fit but if you're planning on sending millions then you might want a service?

@matt I'd love to hear your thoughts on this it's something I've wondered about too.

from houston.

aevernon avatar aevernon commented on July 29, 2024

I don't think it'd be much work. You would need two hashes in Houston::Connection -- one for the socket variable and one for the ssl variable. The key to the hashes would be the options parameter.

from houston.

aevernon avatar aevernon commented on July 29, 2024

For those interested, the grocer gem attempts to reuse connections to Apple's servers.

from houston.

mattt avatar mattt commented on July 29, 2024

There's nothing inherently wrong with how Houston does its connection opening / closing—in fact, it's a Ruby convention to have a block parameter yielded to between setup and destroy (e.g. File#open).

Houston::Client doesn't attempt to do anything smart with pushing messages, as it's optimized for ease-of-use. However, if you wanted to keep the connection alive, you could rather easily make it so that the block executes indefinitely, keeping the connection open. This feels like the right approach anyway, as async / runloop / eventing code varies quite a bit across different applications (it may be useful to have a few documented examples of Houston integrating with something like Resque or Rails 4.0 queue)

All of that said, if you or anyone had a pull requests with suggestions on how this could be done better, I'd definitely like to see that.

from houston.

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.