Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!bbn!rochester!pt.cs.cmu.edu!cadre!pitt!cisunx!cmf From: cmf@cisunx.UUCP (Carl M. Fongheiser) Newsgroups: comp.unix.wizards Subject: Re: Structured Programming Message-ID: <16325@cisunx.UUCP> Date: 1 Mar 89 19:34:56 GMT References: <18291@adm.BRL.MIL> <9574@smoke.BRL.MIL> <226@algor2.UUCP> <1348@ubu.warwick.UUCP> <112@.rsp.is> Reply-To: cmf@unix.cis.pittsburgh.edu (Carl M. Fongheiser) Organization: Univ. of Pittsburgh, Comp & Info Sys Lines: 23 In article <112@.rsp.is> orn@rsp.is (Orn E. Hansen) writes: >Maybe I'm wrong, but I think programs and programmers have become >sluggier by time. A program doing "wery little" needs at least 256K >to run!!! Pheew! Well, to be absolutely fair to the programs and programmers, one has to realize that the contributions from the system libraries have grown considerably as well, especially in the vendor system releases, like SunOS or Ultrix. For example, anytime I do a getpwent() or gethostent() (or anything which calls those), I have to pull in a whole lot of Yellow Pages and RPC code. I had any number of programs grow by 30K or so, just for being recompiled under Ultrix 2.0 instead of Ultrix 1.2. This isn't necessarily bad (though I'm no Yellow Pages fanatic); it really is doing a lot more. Try getting rid of it if you don't need it, though! Carl Fongheiser University of Pittsburgh ...!pitt!cisunx!cmf cmf@unix.cis.pittsburgh.edu