On Thu, 20 Dec 2007 18:42:47 +0100 Scott Derrick <[EMAIL PROTECTED]> wrote:
> I replaced mongrel with webrick and the problem went away. > > The offending page has been running for 45 minutes now, using mongrel I > always died between 5 and 10 minutes. > > Guess I'll use lighthttp or something... Well, webrick might be hiding a problem that's caused by speed like a race condition or similar. When your app starts to get more traffic you'll probably hit it again. Take a look at the extensions you're using. I'm betting one of them has a threading problem or isn't written correctly. And FYI, nginx, apache, and lighttpd will all work with webrick the same way they work with Mongrel. -- Zed A. Shaw - Hate: http://savingtheinternetwithhate.com/ - Good: http://www.zedshaw.com/ - Evil: http://yearofevil.com/ _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users