The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Switching from Pound to Nginx

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Matt Parrish

Posts: 12
Nickname: mparrish
Registered: Jun, 2007

Matt Parrish is founder and lead developer of Pearware LLC, a Ruby on Rails web development company
Switching from Pound to Nginx Posted: Jun 1, 2007 5:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Matt Parrish.
Original Post: Switching from Pound to Nginx
Feed Title: pearware blog - agile web development
Feed URL: http://blog.pearware.org/feed/atom.xml
Feed Description: Agile web development using Ruby on Rails (and sometimes Java)
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Matt Parrish
Latest Posts From pearware blog - agile web development

Advertisement

I just switched some Ruby on Rails apps I’m running from Pound to Nginx based on the results from some articles I’ve read online. The two biggest advantages of Nginx are 1. It’s raw performance, and 2. It can serve up static files, which is great for running Capistrano’s disable_web command to show a maintenance page when redeploying an application.

At work, we’re working on a standard Ruby on Rails setup and are currently investigating two options. The first is a Mongrel cluster running behind Nginx, as I described above. The second option is fronting the Mongrel cluster with Lighttpd. Since the 1.4.x series of Lighttpd is known to have some issues with it’s mod_proxy implementation, we would use Pen until a stable 1.5 version is released.

I’ll post another article once we have finished our evaluation and chosen which option we’re going to deploy at work. Stay tuned…

Read: Switching from Pound to Nginx

Topic: I recently lost my hearing Previous Topic   Next Topic Topic: Installing MySQL For Ruby On Rails

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use