Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
1–10 of 32 posts
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#2Hell Yeah!
This may make my life a LOT easier. I've been running into the exact issues you are helping fix here. Thanks for posting :)
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#3this will save heroku users serious money.
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#410 kinds of awesome.
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#5I've been going back and forth between learning Sinatra and Node. This may seal the deal in favor of Sinatra...
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#6I've been going back and forth between learning Sinatra and Node. This may seal the deal in favor of Sinatra...
I'd really like to see a comparison between Node and Sinatra::Synchrony.
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#7performance benchmark using the same ab tests for node http://tjholowaychuk.com/post/543953703/express-vs-sinatra-b...
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#8performance benchmark using the same ab tests for node http://tjholowaychuk.com/post/543953703/express-vs-sinatra-b...
So, if I'm reading this right, response time and reqs/second look pretty comparable between this and express.
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#9Neat; I hadn't heard of EM-Synchrony before. Here's a blog post explaining it: http://www.igvita.com/2010/03/22/untangling-evented-code-wit...
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#10performance benchmark using the same ab tests for node http://tjholowaychuk.com/post/543953703/express-vs-sinatra-b...
That's just plain old Sinatra.