From owner-freebsd-hackers Tue Jul 1 11:37:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA13472 for hackers-outgoing; Tue, 1 Jul 1997 11:37:35 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA13463 for ; Tue, 1 Jul 1997 11:37:30 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id LAA02135; Tue, 1 Jul 1997 11:26:11 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd002126; Tue Jul 1 18:26:01 1997 Message-ID: <33B94B67.446B9B3D@whistle.com> Date: Tue, 01 Jul 1997 11:24:39 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Terry Lambert CC: Ben Black , hackers@FreeBSD.ORG Subject: Re: sfio References: <199707011643.JAA18554@phaeton.artisoft.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Terry Lambert wrote: > > > has anyone played with sfio? it looks like a valuable replacement for > > stdio... > > > > http://www.oasis.leo.org/perl/src/independent/sfio.dsc.html > > It isn't significantly faster on FreeBSD because of the cache > unification making normal I/O faster. > > Last time I checked, there were still a couple of coherency > problems (missing msync() calls, if I recall correctly). but the authors have a good pedigree.