On Feb 5, 2008 7:32 PM, Kirk Haines <[EMAIL PROTECTED]> wrote:
> If, on the other hand, you accidentally pooled your app logs into the
> same file, then yeah, that will create a performance hit under load
> because every requests on each different process is trying to push to
> that same file and just depending on the OS to sort it out.

But the application log is already consolidated (to production.log) by
default-- are you suggesting that this incurs a performance hit and
the log should be split up?


-- 
John Joseph Bachir
http://blog.johnjosephbachir.org
http://lyceum.ibiblio.org
http://dissent.cc
http://jjb.cc
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to