Return to BSD News archive
Xref: sserve comp.os.386bsd.questions:12505 comp.os.386bsd.misc:3290 Newsgroups: comp.os.386bsd.questions,comp.os.386bsd.misc Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!cs.mu.OZ.AU!mrg From: mrg@mame.mu.OZ.AU (matthew green) Subject: Re: Whats wrong with Linux networking ??? Message-ID: <mrg.777342063@dynamo> Sender: news@cs.mu.OZ.AU Organization: Computer Science, University of Melbourne, Australia X-Newsreader: NN version 6.5.0 #4 References: <RSANDERS.94Aug9003813@hrothgar.mindspring.com> <32ll52$n7d@quagga.ru.ac.za> <1994Aug15.034939.20997@cs.brown.edu> <michaelv.776931077@ponderous.cc.iastate.edu> <1994Aug15.175932.10899@cs.brown.edu> Date: Sat, 20 Aug 1994 00:21:03 GMT Lines: 9 mhw@cs.brown.edu (Mark Weaver) writes: I'm aware of the synchronous writes issue, but again, my /tmp is a ramdisk, and gcc is using /tmp for it's temporary files (I checked), and it should only be writing one file per source file, so I shouldn't be getting NEARLY that much disk chattering. perhaps try using `cc -pipe' which makes gcc use pipe's between cpp/cc/as parts, rather than temporary files.