[INN-COMMITTERS] inn (frontends/rnews.c innd/util.c nnrpd/perm.c)
Russ Allbery
Russ_Allbery at isc.org
Sun Mar 10 06:17:59 UTC 2002
Date: Saturday, March 9, 2002 @ 22:17:59
Author: rra
Path: /dist1/cvs/isc/inn/inn
Modified: frontends/rnews.c innd/util.c nnrpd/perm.c
Never use vfork. The constraints on what one can do after vfork in the
child are too strict (so strict that I believe that all existing uses of
vfork in INN violated them on a platform with a real vfork) and the speed
gain, where present, isn't worth it.
-------------------+
frontends/rnews.c | 4 ++--
innd/util.c | 4 ++--
nnrpd/perm.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
More information about the inn-committers
mailing list