From owner-freebsd-fs Thu Jan 16 09:03:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA00482 for fs-outgoing; Thu, 16 Jan 1997 09:03:59 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id JAA00475 for ; Thu, 16 Jan 1997 09:03:56 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id IAA12111; Thu, 16 Jan 1997 08:59:15 -0800 (PST) Message-Id: <199701161659.IAA12111@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Dan Cross cc: "K.Jayaram Kumar" , fs@FreeBSD.ORG Subject: Re: Async I/O In-reply-to: Your message of "Thu, 16 Jan 1997 11:30:54 EST." <19970116163054.27104.qmail@spitfire.ecsel.psu.edu> From: David Greenman Reply-To: dg@root.com Date: Thu, 16 Jan 1997 08:59:15 -0800 Sender: owner-fs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> I think FreeBSD doesn't support Async I/O. Is that right ?? Also, is there >> any Async I/O simulation library available for FreeBSD ?? > >FreeBSD does indeed support aynchronous I/O, but I'm curious, by what do >you mean asynchronous I/O? It supports both signal-driven asynchronous >I/O (most commonly used to/from a socket...) as well as mounting filesystems >asynchronously. Since you sent mail to fs@freebsd.org, I assume you are >refering to the latter. In order to enable asynchronous I/O on a filesystem, >specify the ``-o async'' option to your mount command line, or add the >``async'' keyword to the options field in /etc/fstab. > >Hope this helps some. I think he means via the (Posix?) 'aio' interface. The answer to that is no, we don't have support for that. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project