Re: syslog by default?
Giles Lean <giles@nemeton.com.au>
From: Giles Lean <giles@nemeton.com.au>
To: Vince Vielhaber <vev@michvhf.com>
Cc: pgsql-hackers@postgresql.org
Date: 2001-09-11T21:56:11Z
Lists: pgsql-hackers
> I know it can have an adverse effect on a mail server, is syslog going > to give us any performance hits? Yes. On some platforms (HP-UX at least) applications can stall ~2s retrying if syslogd is not reading the messages written to its pipe. syslogd also has a reputation for using too much CPU under load, but this is annecdotal only -- I've not seen such a situation myself. Regards, Giles