« From Rails to Django | I think things have quite down now. »
6 September 2007
config.action_controller.asset_host in the config/environments/production.rb file).Also the reason I switch was not because of the memory usage but because Mongrel is so slow and FastCGI was not any better. I actually like developing in Rails and even Ruby! Furthermore I do not really believe that this is a Rails problem but a Mongrel issue.
If you want more information about my setup you can message me on Freenode IRC with the username mylesbraithwaite.
But, are you serving less pages? Less visits?

I have received 594 unique visits (or at-least awstats tells me) on my previous post and the memory usage is still the same.
So you’re using less RAM now. Is that what you wanted to point out?
How many sites?
(had to fix that)
Four
what applications were/are you running in rails and now django? (i see below this site is now powered by flother)
for this number of visits, this really isn’t the sweet spot for Rails. (sadly)
i’m experiencing this issue myself with several Rails apps all running the same software, but each receiving very little traffic individually. the mongrels chew up a lot of RAM/cpu.
but i still wouldn’t go back and rewrite my 50+ table app in python! :)
Nothing else; actually there are even more applications running on the server now than before. flother is the design I am using.
Related tags: django, rails, switch
Comments have been close for this post.
Comments
1 tobi says…
594 unique visits so even with an astonishing 5 pages per visit thats just 2 page views a minute. You can easily handle this on a single mongrel, even if you let it serve the static content.Posted at 3:02 p.m. on September 6, 2007
2 sbraford says…
what applications were/are you running in rails and now django? (i see below this site is now powered by flother) for this number of visits, this really isn't the sweet spot for Rails. (sadly) i'm experiencing this issue myself with several Rails apps all running the same software, but each receiving very little traffic individually. the mongrels chew up a lot of RAM/cpu. but i still wouldn't go back and rewrite my 50+ table app in python! :)Posted at 6:35 p.m. on September 6, 2007