mongrels, everywhere

2 views
Skip to first unread message

Don Kelly

unread,
Feb 13, 2010, 10:31:10 AM2/13/10
to ogre...@googlegroups.com
I host a number of rails applications, all running under their own
mongrels. Most of these are very low-traffic sites used by friends.
What I'm finding is that, even though the apps are idle, they consume
more memory than I would like, limiting my ability to run more
low-traffic apps. Is there a way to unite the mongrels or is there a
better http server that I could be using that's more memory efficient?

Don/

--
karfai [AT] gmail.com
http://www.strangeware.ca
http://blog.strangeware.ca

Jevin Maltais

unread,
Feb 13, 2010, 11:25:56 AM2/13/10
to ogre...@googlegroups.com
Just to throw a curve ball out there. If the sites are minimal with
low traffic, have you considered Heroku? They have a free package if
your database is < 5MB

Doesn't solve the memory issue but they do have New Relic RPM that
could help you debug the issues.

Jevin

> --
> You received this message because you are subscribed to the Ottawa Group of Ruby Enthusiasts [OGRE].
> To post to this group, send email to ogre...@googlegroups.com
> To unsubscribe from this group, send email to
> ogre-list+...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/ogre-list?hl=en

Cody Fauser

unread,
Feb 13, 2010, 12:11:38 PM2/13/10
to ogre...@googlegroups.com
Don,

We got a lot of memory savings by using Phusion Passenger in
conjunction with Ruby Enterprise Edition. See
http://www.rubyenterpriseedition.com/faq.html for details on the why.
There are more benefits to Passenger than just a smaller footprint as
described here: http://www.modrails.com/.

The install is dead simple and the product reliable. We're running all
of Shopify off of REE and Passenger.

However, as Jevin mentioned, Heroku is probably a great option for
your situation.

On Sat, Feb 13, 2010 at 10:31 AM, Don Kelly <kar...@gmail.com> wrote:

> --
> You received this message because you are subscribed to the Ottawa Group of Ruby Enthusiasts [OGRE].
> To post to this group, send email to ogre...@googlegroups.com
> To unsubscribe from this group, send email to
> ogre-list+...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/ogre-list?hl=en

--
Cody Fauser
http://shopify.com - e-commerce done right
http://www.codyfauser.com - blog
http://peepcode.com/products/activemerchant-pdf - ActiveMerchant PeepCode

Don Kelly

unread,
Feb 13, 2010, 3:11:38 PM2/13/10
to ogre...@googlegroups.com
Hmmm. Both seem like good options. I may encourage some of the friends
that I host to move to Heroku. When I get the time, I'll have to
expore REE/passenger (which will mean moving to apache or nginx -
currently using lighttpd).

Thanks.
Don/

Cody Fauser

unread,
Feb 13, 2010, 4:59:14 PM2/13/10
to ogre...@googlegroups.com
Definitely try out Heroku. It is a killer service. All you have to do
is push your app there with git and they take care of the rest.
Reply all
Reply to author
Forward
0 new messages