InfoQ

Interview

Ezra Zygmuntowicz on Engine Yard and Rails Deployment

Interview with Ezra Zygmuntowicz by on May 15, 2007 05:17 AM

Community
Ruby
Topics
Ruby on Rails ,
Deployment / Datacenter
Tags
Gentoo ,
Mongrel ,
Load Balancing
Summary
InfoQ has an exclusive chat with one of the original gurus of Rails deployment: Ezra Zygmuntowicz. We discuss his current venture, EngineYard, and the future of Rails. His book on Rails Deployment is due from Pragmatic Programmers in June 2007.

Bio
Ezra Zygmuntowicz has worked in PHP and hand-blown glass art, and now uses Ruby for web application and system automation programming. His work as the webmaster for the Yakima Herald-Republic newspaper taught him a lot about Rails Deployment architecture and how to scale a Rails app. His book on Rails Deployment is due from Pragmatic Programmers in June 2007.
We are here at Ruby Conf 2006, and we are going to talk with Ezra Zygmuntowicz. Why don't you tell our viewers a little bit about yourself and what you clame to fame is?
You have some exciting stuff going on with a company called Engine Yard, right?
What is Xen?
What sets apart Engine Yard's offerings from other virtual private hosts?
Is it catching on? This is a pretty good idea.
How long have you had this in works?
Does Rails scale?
Are you saying that it is possible to do this because Rails applications follow conventions ?
You've been doing Ruby for 4 years. How has the Ruby community changed in 4 years?
You come from a PHP background. What are the challenges for people coming from PHP to Rails?
Put on your prediction glasses and look into the future a little bit. Where are we a year from now?
Thread safe meaning that you could run it on a system with native threading?
What's the challenge behind making that happen?
Do you think that the feeling is that it is good enough?
As someone who needs to know about these things based on what you are telling us about Engine Yard, is Rails good enough?
You have clients, you have people that are scaling, that are getting dugg...
How much memory got eaten up? Because Ruby-based stuff is a memory hog?
Is it something that you keep as a competitive advantage?
Good to hear you are still making lots of contribution to the community. Thanks for spending some time with us. We're looking forward to a lot more in the future.
show all  show all

1 comment

Reply

Redundant hardware vs slice by Alex Popescu Posted May 17, 2007 6:51 AM
  1. Back to top

    Redundant hardware vs slice

    May 17, 2007 6:51 AM by Alex Popescu

    I am a bit confused about what is the real difference between the slice offering and the normal ISP offering. Ezra explained it in the video, but I fail to see what is difference between adding more slices vs adding more hardware (as both offerings are starting with 1 slice/1 piece of hardware, and by the time you need redundancy you are adding either 1 slice or a new piece of hardware).

    tia,

    ./alex
    --
    .w( the_mindstorm )p.
    ________________________
    Alexandru Popescu
    Senior Software Eng.
    InfoQ TechLead&CoFounder

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.