darwin equivalent to linux readahead(2) function ?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=symRyWWT2t9F9pU68gJGH7Mx0OkEAifEnqMx+xbFPVCgn9pHGkycJ+VNcoQo9DAAlUAZtaP6AVBwDlLmPFrOCqK12QxlJ3tJJIQntgnbdBaJakmrAoM4oMzuPDkde5YNp+Co/lziTJLboTrq1RZNNY3S9P6R3r+BbSvhG6XKESA= Hello list, I was wondering if there exists a darwin equivalent to Linux readahead(2) function. <http://www.die.net/doc/linux/man/man2/readahead.2.html> This is used to "populates the page cache with data from a file so that subsequent reads from that file will not block on disk I/O". I've been googling for readahead darwin, readahead bsd etc. but found nothing relevant :-( Any pointer to a function or even more complicated method to achieve this goal is welcome. Regards. Cédric Luthi _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Cédric Luthi