On Mon, 11 Feb 2008 09:36:06 -0600
"Ed Hickey" <[EMAIL PROTECTED]> wrote:

> I recently just blogged about my experiences with large logfiles
> effecting mongrel.  It's not hugely scientific, but there is
> definitely a connection between mongrel memory usage and the rails
> production.log.
> http://blog.edhickey.com/2008/02/08/mongrel-memory-usage/

That's fucking weird.  There's definitely a correlation, but not sure
how mongrel would cause that.  It doesn't touch the logs or logger or
anything and leaves that all to Rails.

How much you want to bet that hack job rails-core did on the fucking
Logger class causes this?  Not sure how.  That's just weird.

Next would to see if it happens in jruby since they use a different IO
setup.

Anyway, looks like syslogger is the way to go for production.

-- 
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

Reply via email to