This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: Phusion Passenger up and running locally
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
I wonder if it's possible to configure it to run in pure-forking mode, i.e. so that Apache+Passenger starts up and boots a copy of each Rails app, then on each request, it forks a child process, which processes the request then exits. It's uncommon for servers to run that way as it kills performance, but it's great for memory usage, so should work much better on memory-limited servers (like my old dedicated box and Slicehost VPS, with 256M each), especially if you want to run several Rails apps (which I'd of course like to do).