Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84 chuqui version 1.7 9/23/84; site nsc.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!nsc!chuqui From: chuqui@nsc.UUCP (Chuq Von Rospach) Newsgroups: net.news Subject: Re: cleaning up the net -- software solutions proposed Message-ID: <3021@nsc.UUCP> Date: Tue, 23-Jul-85 13:22:16 EDT Article-I.D.: nsc.3021 Posted: Tue Jul 23 13:22:16 1985 Date-Received: Thu, 25-Jul-85 07:31:43 EDT References: <2961@nsc.UUCP> <331@phri.UUCP> <3013@nsc.UUCP> <289@ttrdc.UUCP> Reply-To: chuqui@nsc.UUCP (Chuq Von Rospach) Distribution: net Organization: The Dreamer Fithp Lines: 16 Summary: In article <289@ttrdc.UUCP> levy@ttrdc.UUCP (Daniel R. Levy) writes: >Suppose... for the purposes of munging the headers of incoming messages from >other machines, the restrictions were to be placed in environment variables >imposed by some man-readable shell script which then execs over to the news >handler? Would that help at all? Process creation through fork() is one of the most expensive things you can do on a system. Some batching processes already require two fork() calls per netnews message (ugh!), most require at least one. Having it filter through a shell would probably be worse than trying to parse through a configuration file -- easier to code, but much worse on the performance. -- :From the carousel of the autumn carnival: Chuq Von Rospach {cbosgd,fortune,hplabs,ihnp4,seismo}!nsc!chuqui nsc!chuqui@decwrl.ARPA Your fifteen minutes are up. Please step aside!