Coder Social home page Coder Social logo

Ruby Implementations? about puma HOT 6 CLOSED

puma avatar puma commented on April 28, 2024
Ruby Implementations?

from puma.

Comments (6)

nono avatar nono commented on April 28, 2024

FYI, Konstantin Haase has posted http://www.engineyard.com/blog/2012/my-summer-of-open-source/ with some informations about Puma.

from puma.

mrrooijen avatar mrrooijen commented on April 28, 2024

Like many other servers, it uses the rapid HTTP parser that comes with Mongrel. It also uses a dynamically sized thread-pool for processing requests in parallel. With Puma, you now have a go to choice when it comes to deploying web applications on Rubinius. And since it does not contain any Rubinius specific code, it also works quite well on JRuby or CRuby.

This is it. Full of win. Thanks! I didn't see that article.

from puma.

kyledrake avatar kyledrake commented on April 28, 2024

I will add a detailed explanation of what Puma provides and update the README via pull request. These are great questions!

from puma.

mrrooijen avatar mrrooijen commented on April 28, 2024

@kyledrake thanks!

from puma.

evanphx avatar evanphx commented on April 28, 2024

Looks like you got it all sorted out! Puma will always work on all ruby implementations, but it being tuned for implementations with full concurrency (Rubinius/JRuby).

As @kyledrake so generously offered, I'll always accept pull requests for doc updates to clarify things!

from puma.

mrrooijen avatar mrrooijen commented on April 28, 2024

@evanphx great! Thanks a lot for building it. I suspect this will really push web developers towards more (ram/cpu) efficient deployments using threads, and Rubinius in general. Process-based scaling is just crazy in my opinion, and becomes quite expensive in the long run in various ways. Rather than using REE with CoW friendliness which is stuck in Ruby 1.8.7 performance/features but spawns processes more memory efficient, it just doesn't beat spawning these ultra light threads and having a better GC.

Cheers!

from puma.

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.