Xref: utzoo comp.unix.questions:4937 comp.unix.wizards:5952 Path: utzoo!mnetor!uunet!husc6!hao!ames!amelia!rfox From: rfox@amelia.nas.nasa.gov (Richard Fox) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Fast Writes Message-ID: <81@amelia.nas.nasa.gov> Date: 31 Dec 87 22:02:08 GMT References: <844DBLCU@CUNYVM> <145@macomw.ARPA> <852DBLCU@CUNYVM> Reply-To: rfox@amelia.nas.nasa.gov (Richard Fox) Organization: NASA Ames Research Center, Moffett Field, CA Lines: 12 I have noticed that doing writes takes anywheres from 50% to 100% slower than reads on a Sun-3. To speed things up a little I would like to do an asynchronous write where the OS writes the data when it pleases but does not make my program take a hit for it. Does anybody know of a way this can be done or is done? Please respond to: rfox@ames-amelia.ARPA thanks rich