Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 1997 11:30:54 -0500
From:      Dan Cross <tenser@spitfire.ecsel.psu.edu>
To:        "K.Jayaram Kumar" <JKOTA.IN.ORACLE.COM.ofcmail@in.oracle.com>
Cc:        fs@freebsd.org
Subject:   Re: Async I/O 
Message-ID:  <19970116163054.27104.qmail@spitfire.ecsel.psu.edu>
In-Reply-To: Your message of "Thu, 16 Jan 1997 15:39:34 %2B0530." <199701161009.AA056189374@dwarpal.in.oracle.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.

	- Dan C.

[btw- questions@freebsd.org would probably have been a better forum for
a question of this nature...]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970116163054.27104.qmail>