Small fix to whoisd.pl
Daniel Karrenberg
Thu May 4 10:02:20 CEST 1995
> Laurent Joncheray <lpj at merit.edu> writes: > It is an old issue but... > why don't you port whoisd to be called from [x]inetd. So you > won't need any networking hack. It has been like that on radb.ra.net, > and it seems to be fine. > Laurent > PS: lot of advantages: do not need to run as root, IP filtering, logging, The main issue here is performance. It is fork() against fork() exec() initialise() For something that potentially gets hit several times a second it makes a difference. Note that our server gets hit more often than yours because we also are the registration database for Europe. NB: If I remember correctly the code has an option to be run from inetd(8). So you can do it if you like. Daniel -------- Logged at Thu May 4 14:29:05 MET DST 1995 ---------
[ rr-impl Archive ]