Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm guessing passenger... they've had support for 1.9 for some time now.


I ran Passenger for a while in the past but I really didn't like how it would pause every rails process briefly when spinning up a new instance. Maybe that's been fixed now.

Monit may be harder to set up, but it works very well once it's running.


you mean mongrel? Monit is a monitoring platform...


Actually I meant Monit, sorry.

Ruby has a memory issue with long running processes. They seem to grow and grow and need to be restarted when they get out of hand. People commonly use Monit or God for this.

When you use Passenger, you can have it restart your processes after a certain amount of requests to prevent the memory leak issue, but when it happens it seems to block all requests to all processes for a short time, which is annoying to end users. It means your site can be speedy and zip along, then just pause.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: