RubyConf 2010 - AppEngine and Dubious and New Google API's Oh My! by: Nick Howard, Bob Aman

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=IUCb4TUKEjs



Duration: 31:54
27 views
0


Developers are now deploying Rails and Sinatra applications to Google App Engine. These apps run in a servlet container, with access to all the Java APIs. Unlike a traditional Ruby hosting environment, new app instances spin-up on-demand, so developers avoid paying for servers that sit idle. Unfortunately, new Rails instances can take many seconds to spin-up. Dubious provides a way to bypass the spin-up problem by replacing part (or all) of your app with Mirah code, which can be almost identical to the Ruby code found in a Rails app. Using Dubious, each new instance can spin-up in about a second, with scalability and performance that beats all other traditional web frameworks. This is possible because Mirah uses compile-time macros and plugins to generate code, instead using abstractions that create runtime dependencies with associated initialization costs.




Other Videos By Confreaks


2015-04-02RubyConf 2010 - Each: A Brief History of Iteration by: Rein Henrichs
2015-04-02RubyConf 2010 - Self-Contained, Source-Free, Executable Ruby Applications with Warbler
2015-04-02RubyConf 2010 - Hotspots with Metric Fu by: Jake Scruggs
2015-04-02RubyConf 2010 - Anthropology of Ruby: Excavating its Gems by: Jeremy Hinegardner
2015-04-02RubyConf 2010 - Ruboto: Ruby in your Pocket by: Daniel Jackoway
2015-04-02RubyConf 2010 - The Polite Programmer's Guide to Ruby Etiquette
2015-04-02RubyConf 2010 - RubyConf Decathlon by: Nathaniel Talbott
2015-04-02RubyConf 2010 - RubyGems to All JVM Languages by: Yoko Harada
2015-04-02RubyConf 2010 - Debugging Ruby by: Aman Gupta
2015-04-02RubyConf 2010 - History of RDoc and Rubygems by: Eric Hodel
2015-04-02RubyConf 2010 - AppEngine and Dubious and New Google API's Oh My! by: Nick Howard, Bob Aman
2015-04-02RubyConf 2010 - Keynote by: Dave Thomas
2015-04-02RubyConf 2009 - On the Edge of Rails Performance by: Gregg Pollack
2015-04-02RubyConf 2009 - Worst. Ideas. Ever. by: Ryan Davis, Aaron Patterson
2015-04-02RubyConf 2009 - Why "Enterprise Tools" Are Bad for the Enterprise by: Glenn Vanderburg
2015-04-02RubyConf 2009 - Ruby Mutants by: Charles Nutter
2015-04-02RubyConf 2009 - There is Such a Thing as Too Much Testing by: Jake Scruggs
2015-04-02RubyConf 2009 - Synchronous Reads, Asynchronous Writes by: Paul Dix
2015-04-02RubyConf 2009 - Mobile Applications with Ruby by: Sarah Allen
2015-04-02RubyConf 2009 - Writing 2D games for the OSX platform in Ruby by: Matt Aimonetti
2015-04-02RubyConf 2009 - Clojure for Ruby Programmers by: Stuart Halloway