Date: Fri, 04 Dec 1998 11:52:05 -0800 From: Amancio Hasty <hasty@rah.star-gate.com> To: Kevin Day <toasty@home.dragondata.com> Cc: hackers@FreeBSD.ORG Subject: Re: Nonblocking page fetching Message-ID: <199812041952.LAA74122@rah.star-gate.com> In-Reply-To: Your message of "Fri, 04 Dec 1998 08:31:39 CST." <199812041431.IAA27124@home.dragondata.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, See aio_read(2) I think is what you are looking for 8) Another way of doing it is by issuing a non blocking read and using select to determine when the read is ready. Have Fun, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812041952.LAA74122>