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 #5 of 23 |
Re: [rails_artist] Re: configure rails in production environment.

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 instance.

i wish, i will give it a try, this might be a nice option.

best wishes,

On 9/19/07, emonm1 <emonm1@...> wrote:

lighthttpd working best in deploy environment.

--- In rails_artist@yahoogroups.com, "hasan83bd" <hasan83bd@...> wrote:
>
>
> 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
> <http://www.apsis.ch/pound/index_html> .
>
> jared's guide how to install pound
> <http://www.jaredrichardson.net/blog/2006/11/21/#installing-pound >
>
> Grails vs rails fight, though it doesn't worth rather than few
> configuration learning
> <http://docs.codehaus.org/display/GRAILS/Grails+vs+Rails+Benchmark > .
>
> hope these will be helpful for my future reminding :)
>




--
----------------------------------------------------
nhm tanveer hossain khan (hasan)
http://hasan.we4tech.com
----------------------------------------------------
mobile: +880 1713 090 511
----------------------------------------------------
               "work for fun"

Fri Sep 21, 2007 6:27 pm

hasan83bd
Offline Offline
Send Email Send Email

Forward
Message #5 of 23 |
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