Search the web
Sign In
New User? Sign Up
rails_artist · Only Ruby on Rails Artist here
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
configure rails in production environment.   Message List  
Reply | Forward Message #1 of 23 < Prev |

for last couple of days, i was struggle with rails deployment related issue, so far i was happy with mongrel backed and apache reverse proxy front configuration.

so last night, i found mongrel is surprisingly slow for serving static content, like javascripts, images, and styles files. so later i set apache for serving static files. now it seems out performing ;)

anyway, i was wondering about mongrel and how does it works in production deployment. as we know (who use java backed application server in production environment), any java backed application container are configurable. where we can define the maximum limit of thread pool size.

but i didn't find this type of thing over mongrel, later few of the following urls, really helped me to understand how mongrel  works in production environment. the concept is very simple.

every mongrel worker is a standalone instance of mongrel and every mongrel instances are listening to a specific port. so i have to setup a reverse proxy or a load balancer which will be used to pick up the right mongrel instance.  for all session affinity shake, there must be some solutions, this is what i have to figure out later. (hopefully after getting my laptop)

here are the resource links -

pound - used as load balancer and reverse proxy service.

jared's guide how to install pound

Grails vs rails fight, though it doesn't worth rather than few configuration learning.

hope these will be helpful for my future reminding :)



Sun Sep 9, 2007 3:01 am

hasan83bd
Offline Offline
Send Email Send Email

Forward
Message #1 of 23 < Prev |
Expand Messages Author Sort by Date

for last couple of days, i was struggle with rails deployment related issue, so far i was happy with mongrel backed and apache reverse proxy front...
hasan83bd
Offline Send Email
Sep 9, 2007
3:04 am

lighthttpd working best in deploy environment....
emonm1
Offline Send Email
Sep 20, 2007
3:54 am

so far i know, lighthttpd is only supported on mac os, though many people suggested to use apache front with reverse proxy load balancer and a list of mongrel...
nhm tanveer hossain k...
hasan83bd
Offline Send Email
Sep 21, 2007
6:27 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help