CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/05/24 08:22:24
Modified files:
usr.sbin/smtpd : control.c queue.c runner.c smtp.c
smtp_session.c smtpctl.c smtpd.c smtpd.h ssl.c
Log message:
Instead of keeping stats private to each process, and querying every
process individually whenever stats need to be fetched, keep stats
in MAP_ANON shared memory allocated by parent.
This means control has direct access to stats and can respond very
quickly without troubling any other daemon processes.
ok gilles@